]> Git Repo - linux.git/blobdiff - fs/bfs/file.c
merge handle_reval_dot and nameidata_drop_rcu_last
[linux.git] / fs / bfs / file.c
index eb67edd0f8ea3f39c112faebfed1a877b37f686d..f20e8a71062f4d2bc15e1daacf44398b8cab4906 100644 (file)
@@ -186,7 +186,6 @@ static sector_t bfs_bmap(struct address_space *mapping, sector_t block)
 const struct address_space_operations bfs_aops = {
        .readpage       = bfs_readpage,
        .writepage      = bfs_writepage,
-       .sync_page      = block_sync_page,
        .write_begin    = bfs_write_begin,
        .write_end      = generic_write_end,
        .bmap           = bfs_bmap,
This page took 0.030082 seconds and 4 git commands to generate.