Bug#741955: linux: ssize_t casted to unsigned int in fs/cifs/file.c when CONFIG_CIFS_STATS is set

2014-04-06 Thread Ben Hutchings
Control: tag -1 wontfix Control: found -1 linux/3.2.41-1 Control: fixed -1 linux-2.6/3.4.1-1~experimental.1 On Mon, 2014-03-17 at 17:03 +0100, Raphael Geissert wrote: Source: linux Version: 3.2.54-2 Severity: minor Hi, Similar to my previous bug report, I noticed that cifs_iovec_write

Processed: Re: Bug#741955: linux: ssize_t casted to unsigned int in fs/cifs/file.c when CONFIG_CIFS_STATS is set

2014-04-06 Thread Debian Bug Tracking System
Processing control commands: tag -1 wontfix Bug #741955 [src:linux] linux: ssize_t casted to unsigned int in fs/cifs/file.c when CONFIG_CIFS_STATS is set Added tag(s) wontfix. found -1 linux/3.2.41-1 Bug #741955 [src:linux] linux: ssize_t casted to unsigned int in fs/cifs/file.c when

Bug#741955: linux: ssize_t casted to unsigned int in fs/cifs/file.c when CONFIG_CIFS_STATS is set

2014-03-17 Thread Raphael Geissert
Source: linux Version: 3.2.54-2 Severity: minor Hi, Similar to my previous bug report, I noticed that cifs_iovec_write sets the sszie_t 'total_written' to 'rc'[1] but at a later point it calls cifs_stats_bytes_written[2] with that 0 value. When CONFIG_CIFS_STATS is set, it casts what is passed