10150ad
*** xio-ext2.c.orig	2007-02-19 23:26:33.000000000 -0500
10150ad
--- xio-ext2.c	2007-02-19 23:24:58.000000000 -0500
10150ad
***************
10150ad
*** 15,20 ****
10150ad
--- 15,22 ----
10150ad
  
10150ad
  /****** FD options ******/
10150ad
  
10150ad
+ #include <linux/fs.h>
10150ad
+ 
10150ad
  #ifdef EXT2_SECRM_FL
10150ad
  /* secure deletion, chattr 's' */
10150ad
  const struct optdesc opt_ext2_secrm        = { "ext2-secrm",        "secrm",        OPT_EXT2_SECRM,        GROUP_REG, PH_FD, TYPE_BOOL, OFUNC_IOCTL_MASK_LONG, EXT2_IOC_GETFLAGS, EXT2_IOC_SETFLAGS, EXT2_SECRM_FL };