summaryrefslogtreecommitdiffstats
path: root/fs/compat_ioctl.c
diff options
context:
space:
mode:
authorBoaz Harrosh <bharrosh@panasas.com>2010-03-22 10:23:40 +0100
committerBoaz Harrosh <bharrosh@panasas.com>2010-05-17 12:50:50 +0200
commit200b0700420a78c3ade543761f0901985f41f96b (patch)
tree521fd32425502856bf38d81e73f4cdf49103a80f /fs/compat_ioctl.c
parentLinus 2.6.34 (diff)
downloadlinux-200b0700420a78c3ade543761f0901985f41f96b.tar.xz
linux-200b0700420a78c3ade543761f0901985f41f96b.zip
exofs: Add default address_space_operations
All vectors of address_space_operations should be initialized by the filesystem. Add the missing parts. This is actually an optimization, by using __set_page_dirty_nobuffers. The default, in case of NULL, would be __set_page_dirty_buffers which has these extar if(s). .releasepage && .invalidatepage should both not be called because page_private() is NULL in exofs. Put a WARN_ON if they are called, to indicate the Kernel has changed in this regard, if when it does. Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
Diffstat (limited to 'fs/compat_ioctl.c')
0 files changed, 0 insertions, 0 deletions