git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1cd14ca
)
f2fs: fix i_name during f2fs_sync_file
author
Jaegeuk Kim
<jaegeuk.kim@samsung.com>
Mon, 22 Jul 2013 13:12:56 +0000
(22:12 +0900)
committer
Jaegeuk Kim
<jaegeuk.kim@samsung.com>
Tue, 30 Jul 2013 06:17:03 +0000
(15:17 +0900)
As similar as the i_pino fix, i_name also should be fixed when i_nlink is 1.
The errorneous scenario is like this.
1. touch test1
2. link test1 test2
3. unlink test2
4. fsync test1
After this, i_name should be test1.
CC: Al Viro <viro@ZenIV.linux.org.uk>
Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
No differences found