Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4408 → Rev 4409

/trunk/uspace/srv/fs/tmpfs/tmpfs_ops.c
250,6 → 250,7
free(nodep);
return NULL;
}
fs_node_initialize(nodep->bp);
nodep->bp->data = nodep; /* link the FS and TMPFS nodes */
if (!tmpfs_root_get(dev_handle))
nodep->index = TMPFS_SOME_ROOT;