Commit a99d69ab authored by Aaron Jacobs's avatar Aaron Jacobs

Fixed a couple of out of date references.

parent 52299529
...@@ -18,7 +18,7 @@ import "syscall" ...@@ -18,7 +18,7 @@ import "syscall"
const ( const (
// Errors corresponding to kernel error numbers. These may be treated // Errors corresponding to kernel error numbers. These may be treated
// specially by fuseops.Op.Respond methods. // specially by Connection.Reply.
EEXIST = syscall.EEXIST EEXIST = syscall.EEXIST
EINVAL = syscall.EINVAL EINVAL = syscall.EINVAL
EIO = syscall.EIO EIO = syscall.EIO
......
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
// See the License for the specific language governing permissions and // See the License for the specific language governing permissions and
// limitations under the License. // limitations under the License.
// Package fuseops contains implementations of the fuse.Op interface that may // Package fuseops contains ops that may be returned by fuse.Connection.ReadOp.
// be returned by fuse.Connection.ReadOp. See documentation in that package for // See documentation in that package for more.
// more.
package fuseops package fuseops
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment