All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20100710105429.GW19184@bicker>

diff --git a/a/1.txt b/N1/1.txt
index 0c1286c..b966748 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -11,7 +11,8 @@ index 3ac6f5b..a942820 100644
 @@ -1102,7 +1102,7 @@ static int parse_cgroupfs_options(char *data, struct cgroup_sb_opts *opts)
  			if (opts->release_agent)
  				return -EINVAL;
- 			opts->release_agent -				kstrndup(token + 14, PATH_MAX, GFP_KERNEL);
+ 			opts->release_agent =
+-				kstrndup(token + 14, PATH_MAX, GFP_KERNEL);
 +				kstrndup(token + 14, PATH_MAX - 1, GFP_KERNEL);
  			if (!opts->release_agent)
  				return -ENOMEM;
diff --git a/a/content_digest b/N1/content_digest
index 0d5bd8a..a573423 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,6 +1,6 @@
  "From\0Dan Carpenter <error27@gmail.com>\0"
  "Subject\0[patch] cgroups: save space for the terminator\0"
- "Date\0Sat, 10 Jul 2010 10:54:29 +0000\0"
+ "Date\0Sat, 10 Jul 2010 12:54:29 +0200\0"
  "To\0Paul Menage <menage@google.com>\0"
  "Cc\0Li Zefan <lizf@cn.fujitsu.com>"
   Andrew Morton <akpm@linux-foundation.org>
@@ -24,7 +24,8 @@
  "@@ -1102,7 +1102,7 @@ static int parse_cgroupfs_options(char *data, struct cgroup_sb_opts *opts)\n"
  " \t\t\tif (opts->release_agent)\n"
  " \t\t\t\treturn -EINVAL;\n"
- " \t\t\topts->release_agent -\t\t\t\tkstrndup(token + 14, PATH_MAX, GFP_KERNEL);\n"
+ " \t\t\topts->release_agent =\n"
+ "-\t\t\t\tkstrndup(token + 14, PATH_MAX, GFP_KERNEL);\n"
  "+\t\t\t\tkstrndup(token + 14, PATH_MAX - 1, GFP_KERNEL);\n"
  " \t\t\tif (!opts->release_agent)\n"
  " \t\t\t\treturn -ENOMEM;\n"
@@ -39,4 +40,4 @@
  " \t\t\tif (!opts->name)\n"
  " \t\t\t\treturn -ENOMEM;"
 
-3e1ed4469da66d523b66dbeb7a4864152b840c87c4b0fb321f23d52c7eee8f8a
+0290100986b188f6213557919faea796263fc9761b696b273bb9e85ced5337e4

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.