提交 597817dd 编写于 作者: Y Yan, Zheng 提交者: Ilya Dryomov

ceph: support file lock on directory

Link: http://tracker.ceph.com/issues/24028Signed-off-by: N"Yan, Zheng" <zyan@redhat.com>
Signed-off-by: NIlya Dryomov <idryomov@gmail.com>
上级 6dd4940b
...@@ -1486,6 +1486,8 @@ const struct file_operations ceph_dir_fops = { ...@@ -1486,6 +1486,8 @@ const struct file_operations ceph_dir_fops = {
.release = ceph_release, .release = ceph_release,
.unlocked_ioctl = ceph_ioctl, .unlocked_ioctl = ceph_ioctl,
.fsync = ceph_fsync, .fsync = ceph_fsync,
.lock = ceph_lock,
.flock = ceph_flock,
}; };
const struct file_operations ceph_snapdir_fops = { const struct file_operations ceph_snapdir_fops = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册