From: Steven Whitehouse Date: Tue, 20 Jan 2009 10:29:45 +0000 (+0000) Subject: vfs: Update fs.h to use inline functions when no file locking set X-Git-Tag: v2.6.30-rc1~647^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2aca5e529a2499d454c41e01f59f1d5fe4a1364;p=pandora-kernel.git vfs: Update fs.h to use inline functions when no file locking set This avoids various issues which might give rise to compiler warnings about missing functions and/or unused variable with the previous macros. This also fixes a bug where one of the macros was returning 0, but it should have been void. Reported-by: Randy Dunlap Signed-off-by: Steven Whitehouse Tested-by: Randy Dunlap Signed-off-by: Al Viro --- Reading git-diff-tree failed