Loading fs/ceph/dir.c +2 −0 Original line number Diff line number Diff line Loading @@ -1486,6 +1486,8 @@ const struct file_operations ceph_dir_fops = { .release = ceph_release, .unlocked_ioctl = ceph_ioctl, .fsync = ceph_fsync, .lock = ceph_lock, .flock = ceph_flock, }; const struct file_operations ceph_snapdir_fops = { Loading Loading
fs/ceph/dir.c +2 −0 Original line number Diff line number Diff line Loading @@ -1486,6 +1486,8 @@ const struct file_operations ceph_dir_fops = { .release = ceph_release, .unlocked_ioctl = ceph_ioctl, .fsync = ceph_fsync, .lock = ceph_lock, .flock = ceph_flock, }; const struct file_operations ceph_snapdir_fops = { Loading