diff options
Diffstat (limited to 'drivers/mtd/ubi/cdev.c')
-rw-r--r-- | drivers/mtd/ubi/cdev.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mtd/ubi/cdev.c b/drivers/mtd/ubi/cdev.c index 9a2b217941f7..631983615f11 100644 --- a/drivers/mtd/ubi/cdev.c +++ b/drivers/mtd/ubi/cdev.c | |||
@@ -396,6 +396,7 @@ static ssize_t vol_cdev_write(struct file *file, const char __user *buf, | |||
396 | } | 396 | } |
397 | vol->checked = 1; | 397 | vol->checked = 1; |
398 | ubi_gluebi_updated(vol); | 398 | ubi_gluebi_updated(vol); |
399 | ubi_volume_notify(ubi, vol, UBI_VOLUME_UPDATED); | ||
399 | revoke_exclusive(desc, UBI_READWRITE); | 400 | revoke_exclusive(desc, UBI_READWRITE); |
400 | } | 401 | } |
401 | 402 | ||