commit | cb1b69f4508a1e8c1a7907379eafceb7ae0325ef | [log] [tgz] |
---|---|---|
author | Tsutomu Itoh <t-itoh@jp.fujitsu.com> | Tue Aug 09 07:11:13 2011 +0000 |
committer | Chris Mason <chris.mason@oracle.com> | Tue Aug 16 21:09:15 2011 -0400 |
tree | 2ea242702f3ee814543c3101ddc86a9b97877cf5 | |
parent | cdcb725c05fe0cb71777c66ddc2445fedbbb3c59 [diff] |
Btrfs: forced readonly when btrfs_drop_snapshot() fails The filesystem turns readonly instead of returning the error to the caller when detected error in btrfs_drop_snapshot(). and, because the caller doesn't check the error, the function type is changed to 'void'. Signed-off-by: Tsutomu Itoh <t-itoh@jp.fujitsu.com> Signed-off-by: Chris Mason <chris.mason@oracle.com>