diff options
author | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | 2012-07-25 18:12:05 +0300 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-08-04 12:15:35 +0400 |
commit | 34eaadaf22b0dd453288c6b115e0c823a0fb74d5 (patch) | |
tree | 3ecb0e08215d89a75391fcfd1cc0924a71e047e3 /fs/btrfs/super.c | |
parent | f6463b0da6937e288b115d641ccd46c70fb3a4a8 (diff) | |
download | op-kernel-dev-34eaadaf22b0dd453288c6b115e0c823a0fb74d5.zip op-kernel-dev-34eaadaf22b0dd453288c6b115e0c823a0fb74d5.tar.gz |
btrfs: nuke write_super from comments
The '->write_super' superblock method is gone, and this patch removes all the
references to 'write_super' from btrfs.
Cc: Chris Mason <chris.mason@fusionio.com>
Cc: linux-btrfs@vger.kernel.org
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/btrfs/super.c')
-rw-r--r-- | fs/btrfs/super.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/btrfs/super.c b/fs/btrfs/super.c index 8c6e61d..f2eb24c 100644 --- a/fs/btrfs/super.c +++ b/fs/btrfs/super.c @@ -100,10 +100,6 @@ static void __save_error_info(struct btrfs_fs_info *fs_info) fs_info->fs_state = BTRFS_SUPER_FLAG_ERROR; } -/* NOTE: - * We move write_super stuff at umount in order to avoid deadlock - * for umount hold all lock. - */ static void save_error_info(struct btrfs_fs_info *fs_info) { __save_error_info(fs_info); |