X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=include%2Flinux%2Ffsnotify_backend.h;h=3504ac3a9b2806723169cc9b17fe1d329d3f0886;hb=b8e7f02a80eb54c4fbe59ecc62111fb092239f09;hp=c6c69318752bd7b8caeecee48496bb39227c2754;hpb=01ea9177351883f65e696e545820605474adb307;p=mirror_ubuntu-artful-kernel.git diff --git a/include/linux/fsnotify_backend.h b/include/linux/fsnotify_backend.h index c6c69318752b..3504ac3a9b28 100644 --- a/include/linux/fsnotify_backend.h +++ b/include/linux/fsnotify_backend.h @@ -216,12 +216,10 @@ struct fsnotify_mark_connector { union { /* Object pointer [lock] */ struct inode *inode; struct vfsmount *mnt; - }; - union { - struct hlist_head list; /* Used listing heads to free after srcu period expires */ struct fsnotify_mark_connector *destroy_next; }; + struct hlist_head list; }; /*