commit | 093adbcedf123f366e5eef0c4ccd815920f725f3 | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.cz> | Tue Feb 24 19:40:41 2015 +0100 |
committer | David Sterba <dsterba@suse.cz> | Tue Mar 03 17:24:02 2015 +0100 |
tree | e1b1a6d5d52f76038af853d2c4b40f6cf7821467 | |
parent | 9d644a623ec48e28ca3887e616456aba63fd0558 [diff] |
btrfs: switch helper macros to static inlines in sysfs.h The conversion macros use nested container_of that leads to a warning fs/btrfs/sysfs.c: In function 'btrfs_feature_visible': fs/btrfs/sysfs.c:183:8: warning: declaration of '__mptr' shadows a previous local fs/btrfs/sysfs.c:183:8: warning: shadowed declaration is here Use of functions will add proper type checking. Signed-off-by: David Sterba <dsterba@suse.cz>