From: Christoph Hellwig Date: Tue, 13 May 2014 06:34:33 +0000 (+1000) Subject: xfs: fold xfs_attr_remove_int into xfs_attr_remove X-Git-Tag: omap-for-v3.16/fixes-against-rc1~55^2~4^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1bc426a76b1a8ecf00d9a3ec8e9765a21ab4082f;p=pandora-kernel.git xfs: fold xfs_attr_remove_int into xfs_attr_remove Also remove a useless ilock roundtrip for the first attr fork check, it's racy anyway and we redo it later under the ilock before we start the removal. Plus various minor style fixes to the new xfs_attr_remove. Signed-off-by: Christoph Hellwig Reviewed-by: Dave Chinner Reviewed-by: Brian Foster Signed-off-by: Dave Chinner --- Reading git-diff-tree failed