summaryrefslogtreecommitdiff
path: root/inotify-syscalls.h
AgeCommit message (Expand)AuthorFilesLines
2007-02-26inotify-syscalls.h: Add syscall numbers for m32r for those who careTobias Klauser1-12/+10
2007-01-20inotify-syscalls.h: Add syscall numbers for m68kTobias Klauser1-0/+4
2007-01-20inotify-syscalls.h: Check whether the syscall numbers are already definedTobias Klauser1-2/+4
2006-10-21Unify wording all over the treeTobias Klauser1-1/+1
2006-09-24Add license and copyright.Tobias Klauser1-0/+9
2006-08-20Syscall number updateTobias Klauser1-4/+32
2006-03-13Initial importTobias Klauser1-0/+61
'>xfs: unify directory/attribute format definitions
The on-disk format definitions for the directory and attribute structures are spread across 3 header files right now, only one of which is dedicated to defining on-disk structures and their manipulation (xfs_dir2_format.h). Pull all the format definitions into a single header file - xfs_da_format.h - and switch all the code over to point at that. Signed-off-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Ben Myers <bpm@sgi.com> Signed-off-by: Ben Myers <bpm@sgi.com>
Diffstat (limited to 'fs/xfs/xfs_trace.c')