Revision 745c4d8e160afaf6c75e887c27ea4b75c8142b26 authored by Jeff Mahoney on 20 November 2011, 12:31:57 UTC, committed by Chris Mason on 20 November 2011, 12:42:13 UTC
 This patch casts to unsigned long before casting to a pointer and fixes
 the following warnings:
fs/btrfs/extent_io.c:2289:20: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
fs/btrfs/ioctl.c:2933:37: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
fs/btrfs/ioctl.c:2937:21: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
fs/btrfs/ioctl.c:3020:21: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
fs/btrfs/scrub.c:275:4: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
fs/btrfs/backref.c:686:27: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]

Signed-off-by: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: Chris Mason <chris.mason@oracle.com>
1 parent 387125f
History
File Mode Size
media
.gitignore -rw-r--r-- 110 bytes
80211.tmpl -rw-r--r-- 20.2 KB
Makefile -rw-r--r-- 7.3 KB
alsa-driver-api.tmpl -rw-r--r-- 3.1 KB
debugobjects.tmpl -rw-r--r-- 13.8 KB
device-drivers.tmpl -rw-r--r-- 14.3 KB
deviceiobook.tmpl -rw-r--r-- 11.0 KB
drm.tmpl -rw-r--r-- 31.8 KB
filesystems.tmpl -rw-r--r-- 13.1 KB
gadget.tmpl -rw-r--r-- 29.9 KB
genericirq.tmpl -rw-r--r-- 16.9 KB
kernel-api.tmpl -rw-r--r-- 8.9 KB
kernel-hacking.tmpl -rw-r--r-- 42.7 KB
kernel-locking.tmpl -rw-r--r-- 66.1 KB
kgdb.tmpl -rw-r--r-- 40.8 KB
libata.tmpl -rw-r--r-- 46.6 KB
librs.tmpl -rw-r--r-- 8.0 KB
lsm.tmpl -rw-r--r-- 12.0 KB
mcabook.tmpl -rw-r--r-- 3.0 KB
media_api.tmpl -rw-r--r-- 4.9 KB
mtdnand.tmpl -rw-r--r-- 44.5 KB
networking.tmpl -rw-r--r-- 2.9 KB
rapidio.tmpl -rw-r--r-- 4.6 KB
regulator.tmpl -rw-r--r-- 9.8 KB
s390-drivers.tmpl -rw-r--r-- 5.4 KB
scsi.tmpl -rw-r--r-- 14.5 KB
sh.tmpl -rw-r--r-- 2.6 KB
stylesheet.xsl -rw-r--r-- 445 bytes
tracepoint.tmpl -rw-r--r-- 3.3 KB
uio-howto.tmpl -rw-r--r-- 33.4 KB
usb.tmpl -rw-r--r-- 38.4 KB
writing-an-alsa-driver.tmpl -rw-r--r-- 200.4 KB
writing_usb_driver.tmpl -rw-r--r-- 17.0 KB
z8530book.tmpl -rw-r--r-- 14.7 KB

back to top