Re: [PATCH] VFS: new fgetattr() file operation

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Miklos Szeredi <miklos@...>
Cc: <dgc@...>, <staubach@...>, <akpm@...>, <hch@...>, <linux-kernel@...>, <linux-fsdevel@...>
Date: Thursday, October 25, 2007 - 7:52 pm

On Fri, Oct 26, 2007 at 01:10:14AM +0200, Miklos Szeredi wrote:

from the man page:

"They are intended  for  use  by a limited set of system utilities such
as backup programs."

It also gets used by HSMs and so it is current, tested and is not
going away....


That was "open by inode number", AFAICT. A handle is an opaque
blob that can be an arbitrary length defined by the filesystem.
You have to convert a fd or path to a handle first before you can
use it later, so any filesystem can implement it...

i.e. it is exactly what this (unanswered) post suggested:

http://lkml.org/lkml/1999/1/13/186

Just my 2c worth....

Cheers,

Dave.
-- 
Dave Chinner
Principal Engineer
SGI Australian Software Group
-
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
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] VFS: new fgetattr() file operation, Miklos Szeredi, (Wed Oct 24, 7:59 am)
Re: [PATCH] VFS: new fgetattr() file operation, Peter Staubach, (Wed Oct 24, 9:02 am)
Re: [PATCH] VFS: new fgetattr() file operation, Miklos Szeredi, (Wed Oct 24, 9:43 am)
Re: [PATCH] VFS: new fgetattr() file operation, Peter Staubach, (Wed Oct 24, 11:02 am)
Re: [PATCH] VFS: new fgetattr() file operation, Miklos Szeredi, (Wed Oct 24, 11:27 am)
Re: [PATCH] VFS: new fgetattr() file operation, David Chinner, (Thu Oct 25, 6:42 pm)
Re: [PATCH] VFS: new fgetattr() file operation, Miklos Szeredi, (Thu Oct 25, 7:10 pm)
Re: [PATCH] VFS: new fgetattr() file operation, David Chinner, (Thu Oct 25, 7:52 pm)
Re: [PATCH] VFS: new fgetattr() file operation, Miklos Szeredi, (Fri Oct 26, 5:33 am)