projects
/
unionfs-2.6.25.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef5001a
)
Unionfs: Proper comment on rwsem field
author
Josef 'Jeff' Sipek
<jsipek@cs.sunysb.edu>
Sun, 18 Mar 2007 23:37:51 +0000
(19:37 -0400)
committer
Erez Zadok
<ezk@cs.sunysb.edu>
Mon, 12 Jan 2009 23:20:19 +0000
(18:20 -0500)
Signed-off-by: Josef 'Jeff' Sipek <jsipek@cs.sunysb.edu>
fs/unionfs/union.h
patch
|
blob
|
history
diff --git
a/fs/unionfs/union.h
b/fs/unionfs/union.h
index bae3c76332efcc00c2d796ac921f885744826cf3..56763949e32414b54891e593802b84688d1b15fd 100644
(file)
--- a/
fs/unionfs/union.h
+++ b/
fs/unionfs/union.h
@@
-130,7
+130,7
@@
struct unionfs_sb_info {
int bend;
atomic_t generation;
- struct rw_semaphore rwsem;
+ struct rw_semaphore rwsem;
/* protects access to data+id fields */
struct unionfs_data *data;
};