Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

headers_check fix: linux/gfs2_ondisk.h

fix the following 'make headers_check' warning:

usr/include/linux/gfs2_ondisk.h:109: found __[us]{8,16,32,64} type without #include <linux/types.h>

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>

+2
+2
include/linux/gfs2_ondisk.h
··· 10 10 #ifndef __GFS2_ONDISK_DOT_H__ 11 11 #define __GFS2_ONDISK_DOT_H__ 12 12 13 + #include <linux/types.h> 14 + 13 15 #define GFS2_MAGIC 0x01161970 14 16 #define GFS2_BASIC_BLOCK 512 15 17 #define GFS2_BASIC_BLOCK_SHIFT 9