commit | aa81a7c7120ad9a4f8b677b7c204bb12b2b0e145 | [log] [tgz] |
---|---|---|
author | Erez Zadok <ezk@cs.sunysb.edu> | Thu Feb 07 00:13:25 2008 -0800 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Thu Feb 07 08:42:16 2008 -0800 |
tree | 751ea340c028884f3a8046be11738d95daada227 | |
parent | deb21db7788b97a2bccdefe605433ef97f482689 [diff] |
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 <ezk@cs.sunysb.edu> Cc: Christoph Hellwig <hch@lst.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>