diff options
Diffstat (limited to 'fs/ceph/dir.c')
-rw-r--r-- | fs/ceph/dir.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/ceph/dir.c b/fs/ceph/dir.c index 1a78dd6f8bf2..036ac0f3a393 100644 --- a/fs/ceph/dir.c +++ b/fs/ceph/dir.c | |||
@@ -1486,6 +1486,8 @@ const struct file_operations ceph_dir_fops = { | |||
1486 | .release = ceph_release, | 1486 | .release = ceph_release, |
1487 | .unlocked_ioctl = ceph_ioctl, | 1487 | .unlocked_ioctl = ceph_ioctl, |
1488 | .fsync = ceph_fsync, | 1488 | .fsync = ceph_fsync, |
1489 | .lock = ceph_lock, | ||
1490 | .flock = ceph_flock, | ||
1489 | }; | 1491 | }; |
1490 | 1492 | ||
1491 | const struct file_operations ceph_snapdir_fops = { | 1493 | const struct file_operations ceph_snapdir_fops = { |