From: Christoph Hellwig Date: Tue, 13 May 2014 06:34:24 +0000 (+1000) Subject: xfs: fold xfs_attr_get_int into xfs_attr_get X-Git-Tag: omap-for-v3.16/fixes-against-rc1~55^2~4^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b87d022c275bce66553a27b68790e7c91927875f;p=pandora-kernel.git xfs: fold xfs_attr_get_int into xfs_attr_get This allows doing an unlocked check if an attr for is present at all and slightly reduce the lock hold time if we actually do an attr get. Plus various minor style fixes to the new xfs_attr_get. Signed-off-by: Christoph Hellwig Reviewed-by: Brian Foster Reviewed-by: Dave Chinner Signed-off-by: Dave Chinner --- Reading git-diff-tree failed