From: Boaz Harrosh Date: Mon, 22 Mar 2010 09:23:40 +0000 (+0200) Subject: exofs: Add default address_space_operations X-Git-Tag: v2.6.35-rc1~415^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=200b0700420a78c3ade543761f0901985f41f96b;p=pandora-kernel.git 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 --- Reading git-diff-tree failed