-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
27 changed files
with
16,979 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 502717f4e112b18d9c37753a32f675bec9f2838b | ||
refs/heads/master: ac27a0ec112a089f1a5102bc8dffc79c8c815571 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.