]> git.baikalelectronics.ru Git - kernel.git/commit
f2fs: return errors right after checking them
authorJaegeuk Kim <jaegeuk.kim@samsung.com>
Wed, 23 Apr 2014 03:28:18 +0000 (12:28 +0900)
committerJaegeuk Kim <jaegeuk.kim@samsung.com>
Wed, 7 May 2014 01:21:56 +0000 (10:21 +0900)
commit29928732892be5573518554ea7561b117c24c01c
treeeb95e80e4a681752b655d236a661f8179fb1c427
parente9739dc6715e02a348d0b84536ab3e75945428fa
f2fs: return errors right after checking them

This patch adds two error conditions early in the setxattr operations.

Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
fs/f2fs/xattr.c