[RFC PATCH 0/2] 9p: retrieve fid from file if it exsits
From: Jianyong Wu
Date: Sat Jun 27 2020 - 22:10:47 EST
in the current implementation in setattr in 9p, fid will always be retrieved
from dentry, which may be against the original intension of user and lead to
bug.
also, remove no used code in 9p.
Signed-off-by: Jianyong Wu <jianyong.wu@xxxxxxx>
Jianyong Wu (2):
9p: retrive fid from file when file instance exist.
9p: remove unused code in 9p
fs/9p/vfs_inode.c | 58 +++---------------------------------------
fs/9p/vfs_inode_dotl.c | 5 +++-
2 files changed, 8 insertions(+), 55 deletions(-)
--
2.17.1