[PATCH] split namei.h out of fs.h
Currently fs.h is full of unrelated declarations and included in almost any source file. Thus it makes sense to spilt certain aspects out that are only used by few users. This patch starts with the namei/path lookup interface and splits it into <linux/namei.h> which is now directly included by the 24 files that actually need it.
Showing
include/linux/namei.h
0 → 100644
Please register or sign in to comment