• Boaz Harrosh's avatar
    exofs: Add default address_space_operations · 200b0700
    Boaz Harrosh authored
    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: default avatarBoaz Harrosh <bharrosh@panasas.com>
    200b0700
inode.c 33.5 KB