]> git.baikalelectronics.ru Git - kernel.git/commit
exofs: Remove superfluous dependency on buffer_head and writeback
authorBoaz Harrosh <bharrosh@panasas.com>
Mon, 31 May 2010 15:55:43 +0000 (18:55 +0300)
committerBoaz Harrosh <bharrosh@panasas.com>
Wed, 4 Aug 2010 10:17:55 +0000 (13:17 +0300)
commit82a37797e180d2073cf223c3023e88a29a367f40
treedde1a55f77069b824b796420b1510b2547118cd3
parente2800a69249efe65d3f5a617693ba718fb36ad4c
exofs: Remove superfluous dependency on buffer_head and writeback

exofs_releasepage && exofs_invalidatepage are never called.
Leave the WARN_ONs but remove any code. Remove the

cleanup other stale #includes.

Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
fs/exofs/inode.c
fs/exofs/super.c