Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fs: 9p: fix v9fs_file_open writeback fid error check
IS_ERR() and PTR_ERR() use wrong pointer, it should be writeback_fid, fix it. Link: http://lkml.kernel.org/r/[email protected] Fixes: 5bfe97d ("9p: Fix writeback fid incorrectly being attached to dentry") Reported-by: Hulk Robot <[email protected]> Signed-off-by: Yang Yingliang <[email protected]> [Dominique: adjusted commit summary] Signed-off-by: Dominique Martinet <[email protected]>
- Loading branch information