diff options
| author | Christian Brauner <brauner@kernel.org> | 2026-07-21 13:28:54 +0200 |
|---|---|---|
| committer | Christian Brauner <brauner@kernel.org> | 2026-07-21 13:28:54 +0200 |
| commit | cf3c8f160a3e4ec0d9f377d85c76800c959025ac (patch) | |
| tree | 7eab2a41f888566ada4cfb798a6141fa508f9b48 /fs/ocfs2 | |
| parent | bb44c17bbd70995254a6d2cde37d884e83f1193b (diff) | |
| parent | 83887ad02f30c1814bed5da3ca999f7b0f3f337c (diff) | |
| download | linux-next-cf3c8f160a3e4ec0d9f377d85c76800c959025ac.tar.gz linux-next-cf3c8f160a3e4ec0d9f377d85c76800c959025ac.zip | |
Merge branch 'vfs-7.3.super' into vfs.all
Diffstat (limited to 'fs/ocfs2')
| -rw-r--r-- | fs/ocfs2/super.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ocfs2/super.c b/fs/ocfs2/super.c index bcac614ff02a..c62e389d4dd6 100644 --- a/fs/ocfs2/super.c +++ b/fs/ocfs2/super.c @@ -1882,7 +1882,6 @@ static void ocfs2_dismount_volume(struct super_block *sb, int mnt_err) ocfs2_delete_osb(osb); kfree(osb); - sb->s_dev = 0; sb->s_fs_info = NULL; } |
