Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 349607
b: refs/heads/master
c: 24f8ebe
h: refs/heads/master
i:
  349605: 11800ac
  349603: fefd6fa
  349599: 37ba113
v: v3
  • Loading branch information
Chris Mason committed Feb 6, 2013
1 parent 1ea7e41 commit 52502a8
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 59fe4f41976f6331b695ff049296d082cf621823
refs/heads/master: 24f8ebe9189c91f1b3ecfaadd27ef0cb7c74907f
3 changes: 2 additions & 1 deletion trunk/fs/btrfs/volumes.c
Original file line number Diff line number Diff line change
Expand Up @@ -1556,7 +1556,8 @@ int btrfs_rm_device(struct btrfs_root *root, char *device_path)
ret = 0;

/* Notify udev that device has changed */
btrfs_kobject_uevent(bdev, KOBJ_CHANGE);
if (bdev)
btrfs_kobject_uevent(bdev, KOBJ_CHANGE);

error_brelse:
brelse(bh);
Expand Down

0 comments on commit 52502a8

Please sign in to comment.