]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - fs/ocfs2/dlmfs/dlmfs.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
[mirror_ubuntu-artful-kernel.git] / fs / ocfs2 / dlmfs / dlmfs.c
index 47b3b2d4e775ea09a3612b0e0bad980184b7d7f1..ef474cdd640479d1e9b3b48204f12dc5c6a7704f 100644 (file)
@@ -469,7 +469,7 @@ static int dlmfs_mkdir(struct inode * dir,
 {
        int status;
        struct inode *inode = NULL;
-       struct qstr *domain = &dentry->d_name;
+       const struct qstr *domain = &dentry->d_name;
        struct dlmfs_inode_private *ip;
        struct ocfs2_cluster_connection *conn;
 
@@ -518,7 +518,7 @@ static int dlmfs_create(struct inode *dir,
 {
        int status = 0;
        struct inode *inode;
-       struct qstr *name = &dentry->d_name;
+       const struct qstr *name = &dentry->d_name;
 
        mlog(0, "create %.*s\n", name->len, name->name);