Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 71670 | Differences between
and this patch

Collapse All | Expand All

(-)/var/tmp/portage/arla-0.37/work/arla-0.37/nnpfs/linux/nnpfs_inodeops.c.orig (-1 / +1 lines)
Lines 1448-1454 Link Here
1448
	msg.cred.pag = nnpfs_get_pag();
1448
	msg.cred.pag = nnpfs_get_pag();
1449
        msg.handle = xn->handle;
1449
        msg.handle = xn->handle;
1450
        vattr2nnpfs_attr(attr, &msg.attr);
1450
        vattr2nnpfs_attr(attr, &msg.attr);
1451
	inode_setattr(inode, attr);
1451
	error = inode_setattr(inode, attr);
1452
	if (NNPFS_TOKEN_GOT(xn, NNPFS_DATA_R)) {
1452
	if (NNPFS_TOKEN_GOT(xn, NNPFS_DATA_R)) {
1453
	    if (S_ISREG(inode->i_mode))
1453
	    if (S_ISREG(inode->i_mode))
1454
		XA_SET_SIZE(&msg.attr,  inode->i_size);
1454
		XA_SET_SIZE(&msg.attr,  inode->i_size);

Return to bug 71670