xfs_bdwrite() does not return errors.
xfs_bdwrite() cannot return an error; it only queues buffers
to the delayed write list and as such never encounters anything
that can fail. Mark it void.
Date: Thu Apr 10 10:41:01 AEST 2008
Workarea: chook.melbourne.sgi.com:/build/dgc/isms/2.6.x-xfs
Inspected by: xaiki@xxxxxxx
The following file(s) were checked into:
longdrop.melbourne.sgi.com:/isms/linux/2.6.x-xfs-melb
Modid: xfs-linux-melb:xfs-kern:30825a
fs/xfs/linux-2.6/xfs_buf.h - 1.124 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.6/xfs_buf.h.diff?r1=text&tr1=1.124&r2=text&tr2=1.123&f=h
- xfs_bdwrite() does not return errors.
fs/xfs/linux-2.6/xfs_buf.c - 1.254 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.6/xfs_buf.c.diff?r1=text&tr1=1.254&r2=text&tr2=1.253&f=h
- xfs_bdwrite() does not return errors.
|