super.c (ba8a9d07954397f0645cf62bcc1ef536e8e7ba24) | super.c (3951e7f050ac6a38bbc859fc3cd6093890c31d1c) |
---|---|
1// SPDX-License-Identifier: GPL-2.0 2/* 3 * Copyright (C) 2007 Oracle. All rights reserved. 4 */ 5 6#include <linux/blkdev.h> 7#include <linux/module.h> 8#include <linux/fs.h> --- 2448 unchanged lines hidden (view full) --- 2457 btrfs_exit_compress(); 2458} 2459 2460late_initcall(init_btrfs_fs); 2461module_exit(exit_btrfs_fs) 2462 2463MODULE_LICENSE("GPL"); 2464MODULE_SOFTDEP("pre: crc32c"); | 1// SPDX-License-Identifier: GPL-2.0 2/* 3 * Copyright (C) 2007 Oracle. All rights reserved. 4 */ 5 6#include <linux/blkdev.h> 7#include <linux/module.h> 8#include <linux/fs.h> --- 2448 unchanged lines hidden (view full) --- 2457 btrfs_exit_compress(); 2458} 2459 2460late_initcall(init_btrfs_fs); 2461module_exit(exit_btrfs_fs) 2462 2463MODULE_LICENSE("GPL"); 2464MODULE_SOFTDEP("pre: crc32c"); |
2465MODULE_SOFTDEP("pre: xxhash64"); |
|