Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 229116
b: refs/heads/master
c: 6e9510b
h: refs/heads/master
v: v3
  • Loading branch information
Wang Sheng-Hui authored and Theodore Ts'o committed Jan 10, 2011
1 parent b5b6096 commit 5a1f6ea
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: eaeef86718249f5c75b1370f77a9bc11f196a01c
refs/heads/master: 6e9510b0e0de657ca7c7bfb10ced80b4d237dd58
2 changes: 1 addition & 1 deletion trunk/fs/ext2/xattr.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion trunk/fs/ext3/xattr.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion trunk/fs/ext4/xattr.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5a1f6ea

Please sign in to comment.