Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 124948
b: refs/heads/master
c: e055f13
h: refs/heads/master
v: v3
  • Loading branch information
Lachlan McIlroy committed Dec 10, 2008
1 parent 2e1aaf5 commit 89a00bc
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cfbe52672fbc6f333892e8dde82c35e0a76aa5f5
refs/heads/master: e055f13a6d8448d4f23121b7b11340c3fb55cce6
3 changes: 2 additions & 1 deletion trunk/fs/xfs/linux-2.6/xfs_buf.c
Original file line number Diff line number Diff line change
Expand Up @@ -1126,7 +1126,8 @@ xfs_buf_bio_end_io(
unsigned int blocksize = bp->b_target->bt_bsize;
struct bio_vec *bvec = bio->bi_io_vec + bio->bi_vcnt - 1;

xfs_buf_ioerror(bp, -error);
if (!test_bit(BIO_UPTODATE, &bio->bi_flags))
bp->b_error = EIO;

do {
struct page *page = bvec->bv_page;
Expand Down
2 changes: 0 additions & 2 deletions trunk/fs/xfs/xfs_inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -3232,8 +3232,6 @@ xfs_iflush_int(


#ifdef XFS_ILOCK_TRACE
ktrace_t *xfs_ilock_trace_buf;

void
xfs_ilock_trace(xfs_inode_t *ip, int lock, unsigned int lockflags, inst_t *ra)
{
Expand Down
1 change: 0 additions & 1 deletion trunk/fs/xfs/xfs_inode.h
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ struct xfs_dquot;

#if defined(XFS_ILOCK_TRACE)
#define XFS_ILOCK_KTRACE_SIZE 32
extern ktrace_t *xfs_ilock_trace_buf;
extern void xfs_ilock_trace(struct xfs_inode *, int, unsigned int, inst_t *);
#else
#define xfs_ilock_trace(i,n,f,ra)
Expand Down

0 comments on commit 89a00bc

Please sign in to comment.