vfs: permission API cleanup

摘自: LWN.net  被阅读次数: 26


yangyi 于 2008-08-28 22:17:07 提供


From:  Miklos Szeredi <miklos@szeredi.hu>
To:  linux-fsdevel@vger.kernel.org
Subject:  [patch 00/14] vfs: permission API cleanup
Date:  Wed, 21 May 2008 19:14:58 +0200
Message-ID:  <20080521171458.077908538@szeredi.hu>
Cc:  hch@infradead.org, viro@ZenIV.linux.org.uk, linux-kernel@vger.kernel.org
Archive-link:  Article, Thread

Highlights are:

 - remove nameidata from the i_op->permission() method
 - remove nameidata passing and consolidate permission()/
   vfs_permission()/file_permission() API

It's all fairly trivial stuff, but I will do some LTP testing on it.

This series is based on the vfs-cleanups(*) tree.  If no problems are
found, I'll commit the patches to that tree.

Thanks,
Miklos

(*) git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git vfs-cleanups

--
--
To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Original link: http://lwn.net/Articles/283321/