bdi: remove the name field in struct backing_dev_info
[sfrench/cifs-2.6.git] / include / linux / backing-dev-defs.h
index 7367150f962a333b7f689c84e3ab2223a7281b16..90a7e844a098f3900bd83cf339b4015923e869af 100644 (file)
@@ -193,8 +193,6 @@ struct backing_dev_info {
        congested_fn *congested_fn; /* Function pointer if device is md/dm */
        void *congested_data;   /* Pointer to aux data for congested func */
 
-       const char *name;
-
        struct kref refcnt;     /* Reference counter for the structure */
        unsigned int capabilities; /* Device capabilities */
        unsigned int min_ratio;