Rephrased the warning for trimming not supported (cosmetic)
The initial text looked like an error messagepull/2/head
parent
274b89cec9
commit
bbeebd5a15
|
@ -368,7 +368,7 @@ int ntfs_ioctl(ntfs_inode *ni, int cmd, void *arg __attribute__((unused)),
|
|||
ret = fstrim(ni->vol, data);
|
||||
break;
|
||||
#else
|
||||
#warning FITRIM or BLKDISCARD not defined
|
||||
#warning Trimming not supported : FITRIM or BLKDISCARD not defined
|
||||
#endif
|
||||
default :
|
||||
ret = -EINVAL;
|
||||
|
|
Loading…
Reference in New Issue