public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] 2.5.72 smb_proc_setattr_unix warnings
@ 2003-06-17 11:15 Flameeyes
  0 siblings, 0 replies; only message in thread
From: Flameeyes @ 2003-06-17 11:15 UTC (permalink / raw)
  To: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 617 bytes --]

This patch fixes these warnings:

  CC      fs/smbfs/proc.o
fs/smbfs/proc.c: In function `smb_proc_setattr_unix':
fs/smbfs/proc.c:3044: warning: integer constant is too large for "long"
type
fs/smbfs/proc.c:3045: warning: integer constant is too large for "long"
type
fs/smbfs/proc.c:3046: warning: integer constant is too large for "long"
type
fs/smbfs/proc.c:3047: warning: integer constant is too large for "long"
type
fs/smbfs/proc.c:3048: warning: integer constant is too large for "long"
type

it simply adds the ULL attr at the end of the constants in
include/linux/smbno.h

-- 
Flameeyes <dgp85@users.sf.net>

[-- Attachment #2: patch-smb.diff --]
[-- Type: text/plain, Size: 222 bytes --]

350,351c350,351
< #define SMB_TIME_NO_CHANGE		0xFFFFFFFFFFFFFFFF
< #define SMB_SIZE_NO_CHANGE		0xFFFFFFFFFFFFFFFF
---
> #define SMB_TIME_NO_CHANGE		0xFFFFFFFFFFFFFFFFULL
> #define SMB_SIZE_NO_CHANGE		0xFFFFFFFFFFFFFFFFULL

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-06-17 11:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-06-17 11:15 [PATCH] 2.5.72 smb_proc_setattr_unix warnings Flameeyes

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox