From: Al Viro Date: Sat, 12 Mar 2011 15:41:39 +0000 (-0500) Subject: clean statfs-like syscalls up X-Git-Tag: v2.6.39-rc1~514^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8b91accfa1059d5565443193d89572eca2f5dd6;p=pandora-kernel.git clean statfs-like syscalls up New helpers: user_statfs() and fd_statfs(), taking userland pathname and descriptor resp. and filling struct kstatfs. Syscalls of statfs family (native, compat and foreign - osf and hpux on alpha and parisc resp.) switched to those. Removes some boilerplate code, simplifies cleanup on errors... Signed-off-by: Al Viro --- Reading git-diff-tree failed