From: Erez Zadok Date: Thu, 7 Feb 2008 08:13:25 +0000 (-0800) Subject: VFS: factor out three helpers for FIBMAP/FIONBIO/FIOASYNC file ioctls X-Git-Tag: v2.6.25-rc1~504 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa81a7c7120ad9a4f8b677b7c204bb12b2b0e145;p=pandora-kernel.git VFS: factor out three helpers for FIBMAP/FIONBIO/FIOASYNC file ioctls Factor out file-specific ioctl code into smaller helper functions, away from file_ioctl(). This helps code readability and also reduces indentation inside case statements. Signed-off-by: Erez Zadok Cc: Christoph Hellwig Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed