> Since uverbs_cmd.c uses lockdep now, it should include > linux/lockdep.h directly rather than rely on linux/file.h to pull > it in. Current style seems to be to let lockdep.h be included implicitly. A quick grep shows that none of the files that call lockdep_set_class() include <linux/lockdep.h>. - R.