]> git.baikalelectronics.ru Git - kernel.git/commit
f2fs: give -E2BIG for no space in xattr
authorJaegeuk Kim <jaegeuk@kernel.org>
Tue, 12 Apr 2016 18:52:30 +0000 (11:52 -0700)
committerJaegeuk Kim <jaegeuk@kernel.org>
Fri, 15 Apr 2016 15:50:25 +0000 (08:50 -0700)
commit095f537c9109fdf9c58494825b7ff22cb4b16a43
treea32f4840a1b93017393721f82381a9917c7c2fba
parentf014ca9e3bbb91e5f8597845944a11773b0ad80d
f2fs: give -E2BIG for no space in xattr

This patch returns -E2BIG if there is no space to add an xattr entry.
This should fix generic/026 in xfstests as well.

Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/xattr.c