Browse Source

Remove a warning about a unused variable

Godzil 4 years ago
parent
commit
9116a9917b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      kfusd/kfusd.c

+ 1 - 1
kfusd/kfusd.c

@@ -2418,7 +2418,7 @@ static ssize_t fusd_writev(struct file *file,
 #elif LINUX_VERSION_CODE >= KERNEL_VERSION(4, 1, 0)
 ssize_t fusd_write_iter (struct kiocb *iocb, struct iov_iter *iov)
 {
-   unsigned long count = iov_iter_count(iov);
+   // unsigned long count = iov_iter_count(iov);
    char *msg, *data;
    size_t msg_len, data_len;