Whamcloud - gitweb
Land b_release_1_4_6 onto HEAD (20060223_1455)
[fs/lustre-release.git] / libsysio / src / symlink.c
index 1925466..a90aba0 100644 (file)
@@ -76,6 +76,11 @@ SYSIO_INTERFACE_NAME(symlink)(const char *oldpath, const char *newpath)
                err = -EROFS;
                goto error;
        }
+       /*
+        * Use the parent node operations to request the task in case the
+        * driver is implemented using differentiated inode operations based
+        * on file type, such as incore does.
+        */
        err =
            (*pno->p_parent->p_base->pb_ino->i_ops.inop_symlink)(pno, oldpath);
 error: