Searched hist:"4 a0b20be60bf387a1e4f989ff9953c0d1e0858aa" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/fs/notify/ |
H A D | fsnotify.h | diff 4a0b20be60bf387a1e4f989ff9953c0d1e0858aa Tue Oct 15 08:25:18 CDT 2019 Ben Dooks <ben.dooks@codethink.co.uk> fsnotify: move declaration of fsnotify_mark_connector_cachep to fsnotify.h
Move fsnotify_mark_connector_cachep to fsnotify.h to properly share it with the user in mark.c and avoid the following warning from sparse:
fs/notify/mark.c:82:19: warning: symbol 'fsnotify_mark_connector_cachep' was not declared. Should it be static?
Link: https://lore.kernel.org/r/20191015132518.21819-1-ben.dooks@codethink.co.uk Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk> Signed-off-by: Jan Kara <jack@suse.cz>
|
H A D | fsnotify.c | diff 4a0b20be60bf387a1e4f989ff9953c0d1e0858aa Tue Oct 15 08:25:18 CDT 2019 Ben Dooks <ben.dooks@codethink.co.uk> fsnotify: move declaration of fsnotify_mark_connector_cachep to fsnotify.h
Move fsnotify_mark_connector_cachep to fsnotify.h to properly share it with the user in mark.c and avoid the following warning from sparse:
fs/notify/mark.c:82:19: warning: symbol 'fsnotify_mark_connector_cachep' was not declared. Should it be static?
Link: https://lore.kernel.org/r/20191015132518.21819-1-ben.dooks@codethink.co.uk Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk> Signed-off-by: Jan Kara <jack@suse.cz>
|