2003-06-19 12:04:59

by Flameeyes

[permalink] [raw]
Subject: (Resent) [PATCH] 2.5.72 smb_proc_setattr_unix warnings

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 <[email protected]>


Attachments:
patch-smb.diff (525.00 B)

2003-06-19 17:18:43

by Joshua Kwan

[permalink] [raw]
Subject: Re: (Resent) [PATCH] 2.5.72 smb_proc_setattr_unix warnings

On Thu, Jun 19, 2003 at 02:20:58PM +0200, Flameeyes wrote:
> it simply adds the ULL attr at the end of the constants in
> include/linux/smbno.h

It's in Andrew Morton's tree already, I expect it should be
sent upwards soon :)

-Josh

--
New PGP public key: 0x27AFC3EE


Attachments:
(No filename) (269.00 B)
(No filename) (189.00 B)
Download all attachments