Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 280441
b: refs/heads/master
c: a127e2d
h: refs/heads/master
i:
  280439: 0910055
v: v3
  • Loading branch information
Kautuk Consul authored and Jiri Kosina committed Oct 29, 2011
1 parent 0bece66 commit 4d294f0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 435a95c5c8b279668cea32014e5c30821581792d
refs/heads/master: a127e2d518269ad95364639c293c8a5c1a1cdd3c
2 changes: 0 additions & 2 deletions trunk/fs/namespace.c
Original file line number Diff line number Diff line change
Expand Up @@ -352,9 +352,7 @@ int mnt_want_write(struct vfsmount *mnt)
if (__mnt_is_readonly(mnt)) {
mnt_dec_writers(mnt);
ret = -EROFS;
goto out;
}
out:
preempt_enable();
return ret;
}
Expand Down

0 comments on commit 4d294f0

Please sign in to comment.