]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
ext2,ext3,ext4: clarify comment for extN_xattr_set_handle
authorWang Sheng-Hui <crosslonelyover@gmail.com>
Mon, 10 Jan 2011 17:10:30 +0000 (12:10 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 10 Jan 2011 17:10:30 +0000 (12:10 -0500)
Signed-off-by: Wang Sheng-Hui <crosslonelyover@gmail.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext2/xattr.c
fs/ext3/xattr.c
fs/ext4/xattr.c

index f84700be3274292808c9cfa2b9517274d9b17fc1..f3ffbf1cc8d0988fbbee8e74cb0f5506a16791a6 100644 (file)
@@ -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
index e69dc6dfaa89178728fef691fc540209a8c504ce..32e6cc23bd9ad69f1f280f5148f2a5c41ffd16ea 100644 (file)
@@ -925,7 +925,7 @@ ext3_xattr_ibody_set(handle_t *handle, struct inode *inode,
 /*
  * ext3_xattr_set_handle()
  *
- * 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
index ca6ca14a827d485a909e743d74a5127b5b042abc..fc32176eee39ede67320bebeb44a80812d7d0f21 100644 (file)
@@ -947,7 +947,7 @@ ext4_xattr_ibody_set(handle_t *handle, struct inode *inode,
 /*
  * ext4_xattr_set_handle()
  *
- * 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