Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39287
b: refs/heads/master
c: ac27a0e
h: refs/heads/master
i:
  39285: 2bd92db
  39283: 181670b
  39279: 51a8bb3
v: v3
  • Loading branch information
Dave Kleikamp authored and Linus Torvalds committed Oct 11, 2006
1 parent a66bdd2 commit 343e1d1
Show file tree
Hide file tree
Showing 27 changed files with 16,979 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 502717f4e112b18d9c37753a32f675bec9f2838b
refs/heads/master: ac27a0ec112a089f1a5102bc8dffc79c8c815571
12 changes: 12 additions & 0 deletions trunk/fs/ext4/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#
# Makefile for the linux ext3-filesystem routines.
#

obj-$(CONFIG_EXT3_FS) += ext3.o

ext3-y := balloc.o bitmap.o dir.o file.o fsync.o ialloc.o inode.o \
ioctl.o namei.o super.o symlink.o hash.o resize.o

ext3-$(CONFIG_EXT3_FS_XATTR) += xattr.o xattr_user.o xattr_trusted.o
ext3-$(CONFIG_EXT3_FS_POSIX_ACL) += acl.o
ext3-$(CONFIG_EXT3_FS_SECURITY) += xattr_security.o
Loading

0 comments on commit 343e1d1

Please sign in to comment.