]> git.baikalelectronics.ru Git - kernel.git/commit
quota: Move quotaio_v[12].h from include/linux/ to fs/
authorJan Kara <jack@suse.cz>
Sun, 21 Sep 2008 21:17:53 +0000 (23:17 +0200)
committerMark Fasheh <mfasheh@suse.com>
Mon, 5 Jan 2009 16:36:58 +0000 (08:36 -0800)
commita83bfc85616cb48d12c1b8c5fdb280481cf905c0
treec1f9af3927752e8aef3e0ca45facc39ae6945258
parent5d65721dc0c941dffc381704807ca1bc68921dac
quota: Move quotaio_v[12].h from include/linux/ to fs/

Since these include files are used only by implementation of quota formats,
there's no need to have them in include/linux/.

Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: Mark Fasheh <mfasheh@suse.com>
fs/quota_v1.c
fs/quota_v2.c
fs/quotaio_v1.h [new file with mode: 0644]
fs/quotaio_v2.h [new file with mode: 0644]
include/linux/Kbuild
include/linux/quotaio_v1.h [deleted file]
include/linux/quotaio_v2.h [deleted file]