commit 511996c1bf4067955d9f7e313cb8766430dca71a
Author: Josef 'Jeff' Sipek <[EMAIL PROTECTED]>
Date:   Sun Mar 18 19:37:51 2007 -0400

    Unionfs: Proper comment on rwsem field
    
    Signed-off-by: Josef 'Jeff' Sipek <[EMAIL PROTECTED]>

diff --git a/fs/unionfs/union.h b/fs/unionfs/union.h
index bae3c76..5676394 100644
--- 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;
 };
_______________________________________________
unionfs-cvs mailing list: http://unionfs.filesystems.org/
[email protected]
http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs-cvs

Reply via email to