patch-2.1.79 linux/fs/hfs/dir_cap.c

Next file: linux/fs/hfs/dir_dbl.c
Previous file: linux/fs/hfs/catalog.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.78/linux/fs/hfs/dir_cap.c linux/fs/hfs/dir_cap.c
@@ -1,5 +1,4 @@
-/*
- * linux/fs/hfs/dir_cap.c
+/* linux/fs/hfs/dir_cap.c
  *
  * Copyright (C) 1995-1997  Paul H. Hargrove
  * This file may be distributed under the terms of the GNU Public License.
@@ -222,6 +221,7 @@
 	}
 
 done:
+	dentry->d_op = &hfs_dentry_operations;
 	d_add(dentry, inode);
 	return 0;
 }

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov