Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 347615
b: refs/heads/master
c: b8f5c6e
h: refs/heads/master
i:
  347613: 1848bd8
  347611: 9efd01d
  347607: da012cf
  347599: 1297d16
  347583: 8a63ad4
v: v3
  • Loading branch information
Alex Elder authored and Alex Elder committed Dec 17, 2012
1 parent 1b07d43 commit d81dce8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 61c74035626beb25a39b0273ccf7d75510bc36a1
refs/heads/master: b8f5c6edca34ff441e1ccdec68828e933a1b905b
2 changes: 1 addition & 1 deletion trunk/drivers/block/rbd.c
Original file line number Diff line number Diff line change
Expand Up @@ -2456,7 +2456,7 @@ static int _rbd_dev_v2_snap_features(struct rbd_device *rbd_dev, u64 snap_id,

incompat = le64_to_cpu(features_buf.incompat);
if (incompat & ~RBD_FEATURES_ALL)
return -ENOTSUPP;
return -ENXIO;

*snap_features = le64_to_cpu(features_buf.features);

Expand Down

0 comments on commit d81dce8

Please sign in to comment.