Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v2.6.18-rc2 18 lines 215 B view raw
1obj-$(CONFIG_9P_FS) := 9p.o 2 39p-objs := \ 4 trans_fd.o \ 5 mux.o \ 6 fcall.o \ 7 conv.o \ 8 vfs_super.o \ 9 vfs_inode.o \ 10 vfs_addr.o \ 11 vfs_file.o \ 12 vfs_dir.o \ 13 vfs_dentry.o \ 14 error.o \ 15 v9fs.o \ 16 fid.o \ 17 fcprint.o 18