Commit cad89e56 authored by John L. Hammond's avatar John L. Hammond Committed by Greg Kroah-Hartman
Browse files

staging: lustre: llite: turn mode to umode_t for ll_new_inode()

parent 9c1c204f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -794,7 +794,7 @@ void ll_update_times(struct ptlrpc_request *request, struct inode *inode)
}

static int ll_new_node(struct inode *dir, struct dentry *dentry,
		       const char *tgt, int mode, int rdev,
		       const char *tgt, umode_t mode, int rdev,
		       __u32 opc)
{
	struct ptlrpc_request *request = NULL;