Message ID | 20221108023141.64972-1-xiubli@redhat.com |
---|---|
State | New |
Headers | show |
Series | [v2] ceph: avoid putting the realm twice when decoding snaps fails | expand |
diff --git a/fs/ceph/snap.c b/fs/ceph/snap.c index 9bceed2ebda3..77b948846d4d 100644 --- a/fs/ceph/snap.c +++ b/fs/ceph/snap.c @@ -854,6 +854,8 @@ int ceph_update_snap_trace(struct ceph_mds_client *mdsc, else ceph_put_snap_realm(mdsc, realm); + realm = NULL; + if (p < e) goto more;