]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/sysfs/sysfs.h
[GFS2] Set drop_count to 0 (off) by default
[linux-2.6-omap-h63xx.git] / fs / sysfs / sysfs.h
index d976b0005549e9deb720352298550dfed644a839..a77c57e5a6d5d983116203656559911142251c87 100644 (file)
@@ -1,3 +1,14 @@
+struct sysfs_dirent {
+       atomic_t                s_count;
+       struct list_head        s_sibling;
+       struct list_head        s_children;
+       void                    * s_element;
+       int                     s_type;
+       umode_t                 s_mode;
+       struct dentry           * s_dentry;
+       struct iattr            * s_iattr;
+       atomic_t                s_event;
+};
 
 extern struct vfsmount * sysfs_mount;
 extern struct kmem_cache *sysfs_dir_cachep;