From d12cfed17a0c2c4dc8ffeedf48ef468af1f0ff0c Mon Sep 17 00:00:00 2001 From: Josef 'Jeff' Sipek Date: Sun, 18 Mar 2007 19:37:51 -0400 Subject: [PATCH] Unionfs: Proper comment on rwsem field Signed-off-by: Josef 'Jeff' Sipek --- fs/unionfs/union.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/unionfs/union.h b/fs/unionfs/union.h index bae3c76332e..56763949e32 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; }; -- 2.43.0