Il 12/06/2012 23:05, Michael Roth ha scritto: > The FsMount* stuff is still only declared if CONFIG_FSFREEZE is defined, > we'll need to make sure those are declared when CONFIG_FSTRIM is defined > as well.
Shouldn't be a problem in practice as FIFREEZE is older: fcccf502 (Takashi Sato 2009-01-09 16:40:59 -0800 332) #define FIFREEZE _IOWR('X', 119, int) /* Freeze */ fcccf502 (Takashi Sato 2009-01-09 16:40:59 -0800 333) #define FITHAW _IOWR('X', 120, int) /* Thaw */ 367a51a3 (Lukas Czerner 2010-10-27 21:30:11 -0400 334) #define FITRIM _IOWR('X', 121, struct fstrim_range) /* Trim */ but I will fix it together with the version number. Paolo