]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - kernel/utsname.c
namespace: ensure clone_flags are always stored in an unsigned long
[karo-tx-linux.git] / kernel / utsname.c
index 3ae43936bd88fbd250e4a2951e5ded19c34c74b3..9d8180a0f0d815dbe051dbb6a710385d22f0b342 100644 (file)
@@ -39,7 +39,7 @@ static struct uts_namespace *clone_uts_ns(struct uts_namespace *old_ns)
  * utsname of this process won't be seen by parent, and vice
  * versa.
  */
-struct uts_namespace *copy_utsname(int flags, struct uts_namespace *old_ns)
+struct uts_namespace *copy_utsname(unsigned long flags, struct uts_namespace *old_ns)
 {
        struct uts_namespace *new_ns;