On Tue, Apr 24, 2007 at 11:26:26AM -0300, Alberto Bertogli wrote: > This patch allows hostfs_setattr() to work on closed files by calling > set_attr() (the userspace part) with the inode's fd. > [...] > > fs/hostfs/hostfs.h | 4 +- > fs/hostfs/hostfs_kern.c | 10 ++++- > fs/hostfs/hostfs_user.c | 89 ++++++++++++++++++++++++++++++++++++++++------- > 3 files changed, 86 insertions(+), 17 deletions(-) Here (as an inline attachment) is the updated patch that (hopefully) address Blaisorblade's comments. Thanks, Alberto