commit | 4dfc7fdb9e261d77818616782ae1841a80e0fc83 | [log] [tgz] |
---|---|---|
author | Kinglong Mee <kinglongmee@gmail.com> | Tue Apr 15 17:22:59 2014 +0800 |
committer | Trond Myklebust <trond.myklebust@primarydata.com> | Tue Apr 15 10:29:25 2014 -0400 |
tree | f678be3838e7865e79adb45fc248ed6a97886b19 | |
parent | c9eaa447e77efe77b7fa4c953bd62de8297fd6c5 [diff] |
NFS: Fix memroy leak for double mounts When double mounting same nfs filesystem, the devname saved in d_fsdata will be lost.The second mount should not change the devname that be saved in d_fsdata. Signed-off-by: Kinglong Mee <kinglongmee@gmail.com> Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>