From 8a8fc4d059d2c5d0b114e8009dfdad5f55d599e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Mon, 27 Aug 2012 18:01:36 -0300 Subject: cdfs-libre: new package for [libre] repo --- libre/cdfs-libre/cdfs-3.4.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 libre/cdfs-libre/cdfs-3.4.patch (limited to 'libre/cdfs-libre/cdfs-3.4.patch') diff --git a/libre/cdfs-libre/cdfs-3.4.patch b/libre/cdfs-libre/cdfs-3.4.patch new file mode 100644 index 000000000..8e66bd85c --- /dev/null +++ b/libre/cdfs-libre/cdfs-3.4.patch @@ -0,0 +1,12 @@ +diff -wbBur cdfs-2.6.27/root.c cdfs-2.6.27.my/root.c +--- cdfs-2.6.27/root.c 2009-12-21 16:38:31.000000000 +0300 ++++ cdfs-2.6.27.my/root.c 2012-06-15 17:09:27.000000000 +0400 +@@ -375,7 +375,7 @@ + + PRINT("retinode = %ld\n", retinode->i_ino); + +- sb->s_root = d_alloc_root(retinode); ++ sb->s_root = d_make_root(retinode); + + cdfs_proc_cd = this_cd; + \ No newline at end of file -- cgit v1.2.3-2-g168b