lkml.org 
[lkml]   [2004]   [Apr]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: holding a reference on an inode?
  Hello,

> I am writing a kernel module, and I would like to allow user space to
> hand me a FILE, and then for my kernel module to keep a reference on its
> inode regardless what the user space program does with the FILE.
>
> 1) Is this good practice?
Generally passing a file is not a problem - a lot of other syscalls
does that... The question is what would you like to do with the file
(you must be rather careful because you should not trust the contents of
the file, the contents can change etc...).

> 2) How do I get notified when the filesystem the inode is on is being
> unmounted so I can release my reference? So that I don't block the
> unmount.
The umount calls a filesystem callback umount_begin() which you could
probably use...

Honza

--
Jan Kara <jack@suse.cz>
SuSE CR Labs
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 14:02    [W:0.040 / U:0.268 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site