]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - fs/9p/v9fs.h
9p: Convert to separately allocated bdi
[karo-tx-linux.git] / fs / 9p / v9fs.h
index 443d12e020436f2e7af92333ae89d3f068dc614a..76eaf49abd3aea3b56644f3a025ccbc48b89bae8 100644 (file)
@@ -114,7 +114,6 @@ struct v9fs_session_info {
        kuid_t uid;             /* if ACCESS_SINGLE, the uid that has access */
        struct p9_client *clnt; /* 9p client */
        struct list_head slist; /* list of sessions registered with v9fs */
-       struct backing_dev_info bdi;
        struct rw_semaphore rename_sem;
 };