]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
hppfs: get rid of ->fsync()
authorAl Viro <viro@zeniv.linux.org.uk>
Sun, 14 Apr 2013 19:35:44 +0000 (15:35 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 29 Apr 2013 19:41:42 +0000 (15:41 -0400)
commit79d0a3e399576c380787be5dd36be51de763af62
tree16738b18e6d83c0d8291ca2d9f3b2c11d9a5b2ef
parentb5edfd27699de420f3af2c34fc7ad9686f169933
hppfs: get rid of ->fsync()

it has grown by accident - directories there do *not* use page cache, so
there's nothing to write.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/hppfs/hppfs.c