diff options
author | Boaz Harrosh <bharrosh@panasas.com> | 2010-03-22 11:23:40 +0200 |
---|---|---|
committer | Boaz Harrosh <bharrosh@panasas.com> | 2010-05-17 13:50:50 +0300 |
commit | 200b0700420a78c3ade543761f0901985f41f96b (patch) | |
tree | 521fd32425502856bf38d81e73f4cdf49103a80f /tools/perf/Documentation/manpage-normal.xsl | |
parent | e40152ee1e1c7a63f4777791863215e3faa37a86 (diff) | |
download | kernel_samsung_smdk4412-200b0700420a78c3ade543761f0901985f41f96b.zip kernel_samsung_smdk4412-200b0700420a78c3ade543761f0901985f41f96b.tar.gz kernel_samsung_smdk4412-200b0700420a78c3ade543761f0901985f41f96b.tar.bz2 |
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 'tools/perf/Documentation/manpage-normal.xsl')
0 files changed, 0 insertions, 0 deletions