diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-04 12:06:16 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-04 12:06:16 -0400 |
commit | 4a61f17378c2cdd9bd8f34ef8bd7422861d0c1f1 (patch) | |
tree | a2054556900af8c16fd9f5419f012dcf1ee2995a /include/linux/Kbuild | |
parent | d002ec481c24f325ed6cfcb7810d317c015dd1b5 (diff) | |
parent | 7ecdb70a0ea436c06540140242bfac6ac3babfc0 (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6
* git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6: (292 commits)
[GFS2] Fix endian bug for de_type
[GFS2] Initialize SELinux extended attributes at inode creation time.
[GFS2] Move logging code into log.c (mostly)
[GFS2] Mark nlink cleared so VFS sees it happen
[GFS2] Two redundant casts removed
[GFS2] Remove uneeded endian conversion
[GFS2] Remove duplicate sb reading code
[GFS2] Mark metadata reads for blktrace
[GFS2] Remove iflags.h, use FS_
[GFS2] Fix code style/indent in ops_file.c
[GFS2] streamline-generic_file_-interfaces-and-filemap gfs fix
[GFS2] Remove readv/writev methods and use aio_read/aio_write instead (gfs bits)
[GFS2] inode-diet: Eliminate i_blksize from the inode structure
[GFS2] inode_diet: Replace inode.u.generic_ip with inode.i_private (gfs)
[GFS2] Fix typo in last patch
[GFS2] Fix direct i/o logic in filemap.c
[GFS2] Fix bug in Makefiles for lock modules
[GFS2] Remove (extra) fs_subsys declaration
[GFS2/DLM] Fix trailing whitespace
[GFS2] Tidy up meta_io code
...
Diffstat (limited to 'include/linux/Kbuild')
-rw-r--r-- | include/linux/Kbuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/Kbuild b/include/linux/Kbuild index 7d564b6fc98f..ea005c0a79fd 100644 --- a/include/linux/Kbuild +++ b/include/linux/Kbuild | |||
@@ -46,6 +46,7 @@ header-y += coff.h | |||
46 | header-y += comstats.h | 46 | header-y += comstats.h |
47 | header-y += consolemap.h | 47 | header-y += consolemap.h |
48 | header-y += cycx_cfm.h | 48 | header-y += cycx_cfm.h |
49 | header-y += dlm_device.h | ||
49 | header-y += dm-ioctl.h | 50 | header-y += dm-ioctl.h |
50 | header-y += dn.h | 51 | header-y += dn.h |
51 | header-y += dqblk_v1.h | 52 | header-y += dqblk_v1.h |
@@ -104,6 +105,7 @@ header-y += ixjuser.h | |||
104 | header-y += jffs2.h | 105 | header-y += jffs2.h |
105 | header-y += keyctl.h | 106 | header-y += keyctl.h |
106 | header-y += limits.h | 107 | header-y += limits.h |
108 | header-y += lock_dlm_plock.h | ||
107 | header-y += magic.h | 109 | header-y += magic.h |
108 | header-y += major.h | 110 | header-y += major.h |
109 | header-y += matroxfb.h | 111 | header-y += matroxfb.h |
@@ -192,6 +194,7 @@ unifdef-y += cyclades.h | |||
192 | unifdef-y += dccp.h | 194 | unifdef-y += dccp.h |
193 | unifdef-y += dirent.h | 195 | unifdef-y += dirent.h |
194 | unifdef-y += divert.h | 196 | unifdef-y += divert.h |
197 | unifdef-y += dlm.h | ||
195 | unifdef-y += elfcore.h | 198 | unifdef-y += elfcore.h |
196 | unifdef-y += errno.h | 199 | unifdef-y += errno.h |
197 | unifdef-y += errqueue.h | 200 | unifdef-y += errqueue.h |
@@ -208,6 +211,7 @@ unifdef-y += ftape.h | |||
208 | unifdef-y += gameport.h | 211 | unifdef-y += gameport.h |
209 | unifdef-y += generic_serial.h | 212 | unifdef-y += generic_serial.h |
210 | unifdef-y += genhd.h | 213 | unifdef-y += genhd.h |
214 | unifdef-y += gfs2_ondisk.h | ||
211 | unifdef-y += hayesesp.h | 215 | unifdef-y += hayesesp.h |
212 | unifdef-y += hdlcdrv.h | 216 | unifdef-y += hdlcdrv.h |
213 | unifdef-y += hdlc.h | 217 | unifdef-y += hdlc.h |