Commit c2b93e0699723700f886ce17bb65ffd771195a6d
Committed by
Steve French
1 parent
ebb3727779
Exists in
smarc-l5.0.0_1.0.0-ga
and in
5 other branches
cifs: only set ops for inodes in I_NEW state
It's generally not safe to reset the inode ops once they've been set. In the case where the inode was originally thought to be a directory and then later found to be a DFS referral, this can lead to an oops when we try to trigger an inode op on it after changing the ops to the blank referral operations. Cc: <stable@vger.kernel.org> Reported-and-Tested-by: Sachin Prabhu <sprabhu@redhat.com> Signed-off-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: Steve French <smfrench@gmail.com>
Showing 1 changed file with 2 additions and 1 deletions Side-by-side Diff