mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 15:27:29 +00:00
vfs: Add name to file handle conversion support
The syscall also return mount id which can be used to lookup file system specific information such as uuid in /proc/<pid>/mountinfo Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
f52e0c1130
commit
990d6c2d7a
8 changed files with 139 additions and 2 deletions
|
@ -8,6 +8,9 @@ struct inode;
|
|||
struct super_block;
|
||||
struct vfsmount;
|
||||
|
||||
/* limit the handle size to NFSv4 handle size now */
|
||||
#define MAX_HANDLE_SZ 128
|
||||
|
||||
/*
|
||||
* The fileid_type identifies how the file within the filesystem is encoded.
|
||||
* In theory this is freely set and parsed by the filesystem, but we try to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue