diff options
Diffstat (limited to 'fs/ext2')
-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) | |||
355 | /* | 355 | /* |
356 | * ext2_xattr_set() | 356 | * ext2_xattr_set() |
357 | * | 357 | * |
358 | * Create, replace or remove an extended attribute for this inode. Buffer | 358 | * Create, replace or remove an extended attribute for this inode. Value |
359 | * is NULL to remove an existing extended attribute, and non-NULL to | 359 | * is NULL to remove an existing extended attribute, and non-NULL to |
360 | * either replace an existing extended attribute, or create a new extended | 360 | * either replace an existing extended attribute, or create a new extended |
361 | * attribute. The flags XATTR_REPLACE and XATTR_CREATE | 361 | * attribute. The flags XATTR_REPLACE and XATTR_CREATE |