diff options
| -rw-r--r-- | fs/ceph/caps.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ceph/caps.c b/fs/ceph/caps.c index 06f197983be6..295b7e547a31 100644 --- a/fs/ceph/caps.c +++ b/fs/ceph/caps.c | |||
| @@ -655,7 +655,7 @@ static int __cap_is_valid(struct ceph_cap *cap) | |||
| 655 | */ | 655 | */ |
| 656 | int __ceph_caps_issued(struct ceph_inode_info *ci, int *implemented) | 656 | int __ceph_caps_issued(struct ceph_inode_info *ci, int *implemented) |
| 657 | { | 657 | { |
| 658 | int have = ci->i_snap_caps; | 658 | int have = ci->i_snap_caps | ci->i_cap_exporting_issued; |
| 659 | struct ceph_cap *cap; | 659 | struct ceph_cap *cap; |
| 660 | struct rb_node *p; | 660 | struct rb_node *p; |
| 661 | 661 | ||
