X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=fs%2Fmount.h;h=6740a621552950e7a795b249f635b5eeea7065d1;hb=401bbdc901b268113d7c562616feb7fc37492aca;hp=d55297f2fa058c18512d0136b8a5437b29bc481c;hpb=af5666e0f76023d9c296016024297903a4c83108;p=firefly-linux-kernel-4.4.55.git diff --git a/fs/mount.h b/fs/mount.h index d55297f2fa05..6740a6215529 100644 --- a/fs/mount.h +++ b/fs/mount.h @@ -55,7 +55,7 @@ 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; };