]> www.infradead.org Git - users/hch/xfsprogs.git/commit
progs: clean up all remaining xfs*h includes
authorDave Chinner <dchinner@redhat.com>
Thu, 2 Jul 2015 04:36:56 +0000 (14:36 +1000)
committerDave Chinner <david@fromorbit.com>
Thu, 2 Jul 2015 04:36:56 +0000 (14:36 +1000)
commit71d5d40bc990e72081d8bf666ba28f4580b7e49f
tree98d62e6e100709193446198f47505c8e9d38a1b7
parent18155c3b651e6a79bc776cf0628958f40aa2a355
progs: clean up all remaining xfs*h includes

Convert all the various ways of including xfs*.h to one standard
way across all libraries and utilities:

#include "xfs/xfs*.h"

This means we are consistently including the local
include/xfs/xfs*h header file in parts of the build.

The exception to this is the libxfs/ directory, which does not use
the "xfs/" prefix in files shared with the kernel to maintain as
much similarity to the kernel code as possible. However, libxfs/ is
the source that include/xfs points back to, so the local include
rule ensures this works just fine.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
60 files changed:
fsr/xfs_fsr.c
growfs/xfs_growfs.c
include/gnukfreebsd.h
include/input.h
include/libxfs.h
include/libxlog.h
include/path.h
include/platform_defs.h.in
include/project.h
include/xfs.h
include/xfs_inode.h
include/xqm.h
io/attr.c
io/bmap.c
io/fadvise.c
io/fiemap.c
io/file.c
io/freeze.c
io/fsync.c
io/getrusage.c
io/imap.c
io/init.c
io/inject.c
io/link.c
io/madvise.c
io/mincore.c
io/mmap.c
io/open.c
io/parent.c
io/pread.c
io/prealloc.c
io/pwrite.c
io/readdir.c
io/resblks.c
io/seek.c
io/sendfile.c
io/shutdown.c
io/sync.c
io/sync_file_range.c
io/truncate.c
libhandle/handle.c
libhandle/jdm.c
libxcmd/command.c
libxcmd/help.c
libxcmd/input.c
libxcmd/paths.c
libxcmd/projects.c
libxcmd/quit.c
libxfs/libxfs_priv.h
libxfs/radix-tree.c
quota/edit.c
quota/free.c
quota/init.c
quota/path.c
quota/project.c
quota/quot.c
quota/quota.c
quota/quota.h
quota/report.c
quota/state.c