public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* warning: comparison is always false due to limited range of data type
@ 2004-08-07 23:17 David Ford
  2004-08-08  0:41 ` Paul Jackson
  0 siblings, 1 reply; 8+ messages in thread
From: David Ford @ 2004-08-07 23:17 UTC (permalink / raw)
  To: linux-kernel mailing list

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

2.6.8-rc3

  CC      fs/smbfs/inode.o
fs/smbfs/inode.c: In function `smb_fill_super':
fs/smbfs/inode.c:563: warning: comparison is always false due to limited 
range of data type
fs/smbfs/inode.c:564: warning: comparison is always false due to limited 
range of data type

    559         mnt->ttl = SMB_TTL_DEFAULT;
    560         if (ver == SMB_MOUNT_OLDVERSION) {
    561                 mnt->version = oldmnt->version;
    562
    563                 SET_UID(mnt->uid, oldmnt->uid);
    564                 SET_GID(mnt->gid, oldmnt->gid);
    565
    566                 mnt->file_mode = (oldmnt->file_mode & S_IRWXUGO) 
| S_IFREG;
    567                 mnt->dir_mode = (oldmnt->dir_mode & S_IRWXUGO) | 
S_IFDIR;
    568
    569                 mnt->flags = (oldmnt->file_mode >> 9);
    570         } else {
    571                 if (parse_options(mnt, raw_data))
    572                         goto out_bad_option;
    573         }


[-- Attachment #2: david+challenge-response.vcf --]
[-- Type: text/x-vcard, Size: 183 bytes --]

begin:vcard
fn:David Ford
n:Ford;David
email;internet:david@blue-labs.org
title:Industrial Geek
tel;home:Ask please
tel;cell:(203) 650-3611
x-mozilla-html:TRUE
version:2.1
end:vcard


^ permalink raw reply	[flat|nested] 8+ messages in thread
[parent not found: <2qIDQ-7ZR-13@gated-at.bofh.it>]

end of thread, other threads:[~2004-08-18 23:20 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-07 23:17 warning: comparison is always false due to limited range of data type David Ford
2004-08-08  0:41 ` Paul Jackson
2004-08-08  1:09   ` [OT] " David Ford
2004-08-08  1:52     ` Paul Jackson
2004-08-08 14:21   ` Andi Kleen
2004-08-09  2:37     ` Paul Jackson
2004-08-09 21:42       ` Paul Jackson
     [not found] <2qIDQ-7ZR-13@gated-at.bofh.it>
     [not found] ` <2qK2T-oz-1@gated-at.bofh.it>
     [not found]   ` <2qWQx-Hi-7@gated-at.bofh.it>
     [not found]     ` <2r8oA-ks-1@gated-at.bofh.it>
     [not found]       ` <20040818225304.GF22559@bouh.is-a-geek.org>
2004-08-18 23:14         ` Paul Jackson

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