}
in->inode.rstat.rfiles = 1;
- if (req->head.args.open.stripe_unit != 0xffffffff)
+ if (req->head.args.open.stripe_unit)
in->inode.layout.fl_stripe_unit = req->head.args.open.stripe_unit;
- if (req->head.args.open.stripe_count != 0xffffffff)
+ if (req->head.args.open.stripe_count)
in->inode.layout.fl_stripe_count = req->head.args.open.stripe_count;
- if (req->head.args.open.object_size != 0xffffffff)
+ if (req->head.args.open.object_size)
in->inode.layout.fl_object_size = req->head.args.open.object_size;
- /*if(req->head.args->open.file_replication != 0xffffffff)
+ /*if(req->head.args->open.file_replication)
in->inode.layout.fl_pg_pool.set_size(req->head.args.open.file_replication);
*/