Rephrased the warning for trimming not supported (cosmetic)

The initial text looked like an error message
pull/2/head
Jean-Pierre André 2015-04-17 09:06:22 +02:00
parent 274b89cec9
commit bbeebd5a15
1 changed files with 1 additions and 1 deletions

View File

@ -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;