diff options
author | Andreas Gruenbacher <agruen@suse.de> | 2009-10-28 01:46:33 +0100 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2009-12-22 12:27:35 -0500 |
commit | 95ebc3a7930d5965b00bbedbf36bfd3eb9124d65 (patch) | |
tree | a08b3fd060cf5c3da4af81f7f2cfe93bf23f104d /include | |
parent | 5300990c0370e804e49d9a59d928c5d53fb73487 (diff) | |
download | linux-95ebc3a7930d5965b00bbedbf36bfd3eb9124d65.tar.bz2 |
Remove obsolete comment in fs.h
This question was determined to be a bug which was fixed in
commit 4a3b0a49.
Signed-off-by: Andreas Gruenbacher <agruen@suse.de>
Cc: Jan Blunck <jblunck@suse.de>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/fs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 9e13b533aaef..7e3012e0ac06 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -1624,8 +1624,6 @@ struct super_operations { * on the bit address once it is done. * * Q: What is the difference between I_WILL_FREE and I_FREEING? - * Q: igrab() only checks on (I_FREEING|I_WILL_FREE). Should it also check on - * I_CLEAR? If not, why? */ #define I_DIRTY_SYNC 1 #define I_DIRTY_DATASYNC 2 |