locks: fix fcntl_setlease/getlease return when !CONFIG_FILE_LOCKING
[firefly-linux-kernel-4.4.55.git] / fs / mount.h
index 0a2d1458681fb0e9dfd74cc8415d77a4caa52209..6740a621552950e7a795b249f635b5eeea7065d1 100644 (file)
@@ -55,7 +55,6 @@ struct mount {
        int mnt_id;                     /* mount identifier */
        int mnt_group_id;               /* peer group identifier */
        int mnt_expiry_mark;            /* true if marked for expiry */
-       int mnt_pinned;
        struct hlist_head mnt_pins;
        struct path mnt_ex_mountpoint;
 };