diff options
author | Wang Sheng-Hui <crosslonelyover@gmail.com> | 2011-01-10 12:10:30 -0500 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2011-01-10 12:10:30 -0500 |
commit | 6e9510b0e0de657ca7c7bfb10ced80b4d237dd58 (patch) | |
tree | a4c427885d3a1c9571681e7bd8d772be7422c07e /fs/ext2/xattr.c | |
parent | eaeef86718249f5c75b1370f77a9bc11f196a01c (diff) | |
download | blackbird-obmc-linux-6e9510b0e0de657ca7c7bfb10ced80b4d237dd58.tar.gz blackbird-obmc-linux-6e9510b0e0de657ca7c7bfb10ced80b4d237dd58.zip |
ext2,ext3,ext4: clarify comment for extN_xattr_set_handle
Signed-off-by: Wang Sheng-Hui <crosslonelyover@gmail.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'fs/ext2/xattr.c')
-rw-r--r-- | fs/ext2/xattr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext2/xattr.c b/fs/ext2/xattr.c index f84700be3274..f3ffbf1cc8d0 100644 --- a/fs/ext2/xattr.c +++ b/fs/ext2/xattr.c @@ -355,7 +355,7 @@ static void ext2_xattr_update_super_block(struct super_block *sb) /* * ext2_xattr_set() * - * Create, replace or remove an extended attribute for this inode. Buffer + * Create, replace or remove an extended attribute for this inode. Value * is NULL to remove an existing extended attribute, and non-NULL to * either replace an existing extended attribute, or create a new extended * attribute. The flags XATTR_REPLACE and XATTR_CREATE |