Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2830 → Rev 2831

/trunk/uspace/lib/libfs/libfs.c
197,7 → 197,7
nodep = ops->create(lflag);
else
nodep = ops->node_get(dev_handle,
index);
index, ops->index_get(cur));
if (nodep) {
if (!ops->link(cur, nodep, component)) {
if (lflag & L_CREATE)
260,7 → 260,8
if (lflag & L_CREATE)
nodep = ops->create(lflag);
else
nodep = ops->node_get(dev_handle, index);
nodep = ops->node_get(dev_handle, index,
ops->index_get(cur));
if (nodep) {
if (!ops->link(cur, nodep, component)) {
if (lflag & L_CREATE)