mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-03 21:01:50 +00:00
smbfs: fix debug builds
Fix some warnings with SMBFS_DEBUG_* builds. This patch makes it so that builds with -Werror don't fail. Signed-off-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
60a0d23386
commit
dbaf4c024a
4 changed files with 7 additions and 6 deletions
|
@ -227,7 +227,7 @@ int smbiod_retry(struct smb_sb_info *server)
|
|||
printk(KERN_ERR "smb_retry: signal failed [%d]\n", result);
|
||||
goto out;
|
||||
}
|
||||
VERBOSE("signalled pid %d\n", pid);
|
||||
VERBOSE("signalled pid %d\n", pid_nr(pid));
|
||||
|
||||
/* FIXME: The retried requests should perhaps get a "time boost". */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue