vfs: Re-introduce s_uuid in the superblock
[deliverable/linux.git] / include / linux / fs.h
index 5b14843af9f9fe52d8c1059981fb4e1bfb736dbc..dbd860af08041bbaa5e333104aaa3ab0849cb676 100644 (file)
@@ -1403,6 +1403,7 @@ struct super_block {
        wait_queue_head_t       s_wait_unfrozen;
 
        char s_id[32];                          /* Informational name */
+       u8 s_uuid[16];                          /* UUID */
 
        void                    *s_fs_info;     /* Filesystem private info */
        fmode_t                 s_mode;
This page took 0.032973 seconds and 5 git commands to generate.