diff options
| -rw-r--r-- | fs/f2fs/sysfs.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/f2fs/sysfs.c b/fs/f2fs/sysfs.c index 962735dc9c63..e2c258f717cd 100644 --- a/fs/f2fs/sysfs.c +++ b/fs/f2fs/sysfs.c | |||
| @@ -170,6 +170,8 @@ static ssize_t f2fs_sbi_store(struct f2fs_attr *a, | |||
| 170 | dcc->pend_list_tag[i] &= (~P_ACTIVE); | 170 | dcc->pend_list_tag[i] &= (~P_ACTIVE); |
| 171 | } | 171 | } |
| 172 | mutex_unlock(&dcc->cmd_lock); | 172 | mutex_unlock(&dcc->cmd_lock); |
| 173 | |||
| 174 | *ui = t; | ||
| 173 | return count; | 175 | return count; |
| 174 | } | 176 | } |
| 175 | 177 | ||
