Commit 74673b78 authored by Anton Altaparmakov's avatar Anton Altaparmakov

NTFS: Adapt to kill_sb() addition.

parent f9382b8a
......@@ -1810,6 +1810,7 @@ static struct file_system_type ntfs_fs_type = {
owner: THIS_MODULE,
name: "ntfs",
get_sb: ntfs_get_sb,
kill_sb: kill_block_super,
fs_flags: FS_REQUIRES_DEV,
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment