Commit 6ccaaf59 authored by Al Viro's avatar Al Viro
Browse files

do_sys_name_to_handle(): constify path

parent c8e477c6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
#include "internal.h"
#include "mount.h"

static long do_sys_name_to_handle(struct path *path,
static long do_sys_name_to_handle(const struct path *path,
				  struct file_handle __user *ufh,
				  int __user *mnt_id)
{