diff options
author | Jan Kara <jack@suse.cz> | 2008-11-25 15:31:31 +0100 |
---|---|---|
committer | Mark Fasheh <mfasheh@suse.com> | 2009-01-05 08:40:25 -0800 |
commit | 5cd9d5bb86daf632a40f90e2321ea9379e42f073 (patch) | |
tree | dd8baa659c18e61b94c1c366b93f161611cec8bd /include/linux/Kbuild | |
parent | 9a2f3866c825c67c3a5806799cdc93fb7517f0c4 (diff) | |
download | linux-next-5cd9d5bb86daf632a40f90e2321ea9379e42f073.tar.gz |
quota: Unexport dqblk_v1.h and dqblk_v2.h
Unexport header files dqblk_v[12].h since except for quota format ID they
don't contain information userspace should be interested in. Move ID
definitions to quota.h.
Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: Mark Fasheh <mfasheh@suse.com>
Diffstat (limited to 'include/linux/Kbuild')
-rw-r--r-- | include/linux/Kbuild | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/Kbuild b/include/linux/Kbuild index 900a787cbae9..39da666067b9 100644 --- a/include/linux/Kbuild +++ b/include/linux/Kbuild @@ -56,8 +56,6 @@ header-y += dlm_device.h header-y += dlm_netlink.h header-y += dm-ioctl.h header-y += dn.h -header-y += dqblk_v1.h -header-y += dqblk_v2.h header-y += dqblk_xfs.h header-y += efs_fs_sb.h header-y += elf-fdpic.h |