if (filp->f_op->lock != NULL) {
error = filp->f_op->lock(filp, cmd, &file_lock);
Without this, a filesystem that needs to provide the lock operation has no
way to achieve proper locking via nfs clients.
-------
Brian Dixon
dixonbp@us.ibm.com
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/