summaryrefslogtreecommitdiffstats
path: root/fs/exofs/ore_raid.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2012-10-09 15:54:27 +0900
committerLinus Torvalds <torvalds@linux-foundation.org>2012-10-09 15:54:27 +0900
commit8711798772641b2f593beebebcab5b1ec2309f0c (patch)
tree3d2c9697a67009b990f10f0bd7f2ae56d43961a5 /fs/exofs/ore_raid.c
parent121977187ca0a7f20b848530deb04cc56167769b (diff)
parent7f8d145d43ebfe4526e12021324ffd9f24e1ee81 (diff)
downloadop-kernel-dev-8711798772641b2f593beebebcab5b1ec2309f0c.zip
op-kernel-dev-8711798772641b2f593beebebcab5b1ec2309f0c.tar.gz
Merge branch 'linux-next' of git://git.open-osd.org/linux-open-osd
Pull exofs update from Boaz Harrosh: "Just three one liners" * 'linux-next' of git://git.open-osd.org/linux-open-osd: pnfs_osd_xdr: Remove unused #include from pnfs_osd_xdr.h ore: signedness bug in _sp2d_min_pg() exofs: check for allocation failure in uri_store()
Diffstat (limited to 'fs/exofs/ore_raid.c')
-rw-r--r--fs/exofs/ore_raid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/exofs/ore_raid.c b/fs/exofs/ore_raid.c
index 5f376d1..b963f38 100644
--- a/fs/exofs/ore_raid.c
+++ b/fs/exofs/ore_raid.c
@@ -203,7 +203,7 @@ static unsigned _sp2d_min_pg(struct __stripe_pages_2d *sp2d)
static unsigned _sp2d_max_pg(struct __stripe_pages_2d *sp2d)
{
- unsigned p;
+ int p;
for (p = sp2d->pages_in_unit - 1; p >= 0; --p) {
struct __1_page_stripe *_1ps = &sp2d->_1p_stripes[p];
OpenPOWER on IntegriCloud