* [PATCH] vfs: update documentation to reflect current fsfreeze locking rules
@ 2012-07-05 7:15 Fernando Luis Vazquez Cao
2012-07-12 8:47 ` Fernando Luis Vázquez Cao
0 siblings, 1 reply; 2+ messages in thread
From: Fernando Luis Vazquez Cao @ 2012-07-05 7:15 UTC (permalink / raw)
To: Al Viro; +Cc: linux-fsdevel, Christoph Hellwig
[-- Attachment #1: Type: text/plain, Size: 1 bytes --]
[-- Attachment #2: vfs-update-documentation-to-reflect-current-fsfreeze-locking-rules.patch --]
[-- Type: text/x-patch, Size: 799 bytes --]
Subject: vfs: update documentation to reflect current fsfreeze locking rules
From: Fernando Luis Vazquez Cao <fernando@oss.ntt.co.jp>
Documentation and implementation got out of sync. Fix it.
Signed-off-by: Fernando Luis Vazquez Cao <fernando@oss.ntt.co.jp>
---
diff -urNp linux-3.5-rc5-orig/Documentation/filesystems/Locking linux-3.5-rc5/Documentation/filesystems/Locking
--- linux-3.5-rc5-orig/Documentation/filesystems/Locking 2012-07-05 16:02:32.558348964 +0900
+++ linux-3.5-rc5/Documentation/filesystems/Locking 2012-07-05 16:04:40.859998129 +0900
@@ -135,8 +135,8 @@ evict_inode:
put_super: write
write_super: read
sync_fs: read
-freeze_fs: read
-unfreeze_fs: read
+freeze_fs: write
+unfreeze_fs: write
statfs: maybe(read) (see below)
remount_fs: write
umount_begin: no
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] vfs: update documentation to reflect current fsfreeze locking rules
2012-07-05 7:15 [PATCH] vfs: update documentation to reflect current fsfreeze locking rules Fernando Luis Vazquez Cao
@ 2012-07-12 8:47 ` Fernando Luis Vázquez Cao
0 siblings, 0 replies; 2+ messages in thread
From: Fernando Luis Vázquez Cao @ 2012-07-12 8:47 UTC (permalink / raw)
To: Al Viro; +Cc: linux-fsdevel, Christoph Hellwig
Hi Al,
Ignore this patch. I will resend it as part of a fsfreeze patch set.
I am sorry for the noise.
Thanks,
Fernando
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-07-12 8:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-05 7:15 [PATCH] vfs: update documentation to reflect current fsfreeze locking rules Fernando Luis Vazquez Cao
2012-07-12 8:47 ` Fernando Luis Vázquez Cao
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).