]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ocfs2: xattr: remove useless free space checking
authorJunxiao Bi <junxiao.bi@oracle.com>
Thu, 27 Jun 2013 23:51:06 +0000 (09:51 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 28 Jun 2013 06:37:17 +0000 (16:37 +1000)
commitab22b71003c16300dd21f6d8cc6396e9bd2e3519
treee7c7cd5ac816045f4436a1f8df6ac7aaf19995a0
parente464ae9c940f4361ced77da89dc54c21e4e6be7e
ocfs2: xattr: remove useless free space checking

Free space checking will be done in ocfs2_xattr_ibody_init().  So remove
here.

Signed-off-by: Junxiao Bi <junxiao.bi@oracle.com>
Reviewed-by: Jie Liu <jeff.liu@oracle.com>
Cc: Joel Becker <jlbec@evilplan.org>
Cc: Mark Fasheh <mfasheh@suse.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/ocfs2/xattr.c