Server IP : 15.235.198.142 / Your IP : 216.73.216.10 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ballsack 6.8.0-45-generic #45-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 30 12:02:04 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /usr/src/linux-headers-6.8.0-60/fs/netfs/ |
Upload File : |
# SPDX-License-Identifier: GPL-2.0 netfs-y := \ buffered_read.o \ buffered_write.o \ direct_read.o \ direct_write.o \ io.o \ iterator.o \ locking.o \ main.o \ misc.o \ objects.o \ output.o netfs-$(CONFIG_NETFS_STATS) += stats.o netfs-$(CONFIG_FSCACHE) += \ fscache_cache.o \ fscache_cookie.o \ fscache_io.o \ fscache_main.o \ fscache_volume.o ifeq ($(CONFIG_PROC_FS),y) netfs-$(CONFIG_FSCACHE) += fscache_proc.o endif netfs-$(CONFIG_FSCACHE_STATS) += fscache_stats.o obj-$(CONFIG_NETFS_SUPPORT) += netfs.o