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

Configure Feed

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

at v2.6.21 8 lines 199 B view raw
1# 2# Makefile for the Linux ufs filesystem routines. 3# 4 5obj-$(CONFIG_UFS_FS) += ufs.o 6 7ufs-objs := balloc.o cylinder.o dir.o file.o ialloc.o inode.o \ 8 namei.o super.o symlink.o truncate.o util.o