summaryrefslogtreecommitdiff
path: root/libre/cdfs-libre/cdfs-3.4.patch
blob: 5c2cb9b24a9e04de0c6c04f27c39653bda170a4a (plain)
1
2
3
4
5
6
7
8
9
10
11
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;