diff options
author | Aneesh Kumar K.V <[email protected]> | 2011-06-28 15:41:18 +0530 |
---|---|---|
committer | Eric Van Hensbergen <[email protected]> | 2011-07-23 09:32:52 -0500 |
commit | 48e370ff93769ee6e592ddef3bb38686b8147c67 (patch) | |
tree | 045a8b0c905be07df33ae06d776e972448a6e447 /net/lapb/lapb_timer.c | |
parent | 9e8fb38e7d7a00e5f63bbb331f0ea4c02286d5e6 (diff) |
fs/9p: add 9P2000.L unlinkat operation
unlinkat - Remove a directory entry
size[4] Tunlinkat tag[2] dirfid[4] name[s] flag[4]
size[4] Runlinkat tag[2]
older Tremove have the below request format
size[4] Tremove tag[2] fid[4]
The remove message is used to remove a directory entry either file or directory
The remove opreation is actually a directory opertation and should ideally have
dirfid, if not we cannot represent the fid on server with anything other than
name. We will have to derive the directory name from fid in the Tremove request.
NOTE: The operation doesn't clunk the unlink fid.
Signed-off-by: Aneesh Kumar K.V <[email protected]>
Signed-off-by: Eric Van Hensbergen <[email protected]>
Diffstat (limited to 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions