fs: cifs: Replace _free_xid call in cifs_root_iget function
authorPhillip Potter <phil@philpotter.co.uk>
Sat, 17 Mar 2018 21:06:56 +0000 (21:06 +0000)
committerSteve French <stfrench@microsoft.com>
Mon, 2 Apr 2018 01:24:40 +0000 (20:24 -0500)
commit31cd106bb141b54ba4db5c1078c3f58f0c6e8dfa
tree5dd06025530fc9b82279b29f10bc51411a4c84d1
parentd68f353fc9d086a88331d6714e437bd7f4f77f48
fs: cifs: Replace _free_xid call in cifs_root_iget function

Modify end of cifs_root_iget function in fs/cifs/inode.c to call
free_xid(xid) instead of _free_xid(xid), thereby allowing debug
notification of this action when enabled.

Signed-off-by: Phillip Potter <phil@philpotter.co.uk>
Signed-off-by: Steve French <smfrench@gmail.com>
fs/cifs/inode.c