From df37f627e79e55a1273ed526e1a570590ba73e40 Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Wed, 7 May 2003 08:16:05 -0700 Subject: [PATCH] s/UPDATE_ATIME/update_atime/ cleanup From: Stewart Smith Remove the UPDATE_ATIME() macro, use update_atime() directly. --- include/linux/fs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/linux') diff --git a/include/linux/fs.h b/include/linux/fs.h index 370c6f0b4fe3..8d618555e772 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -206,8 +206,8 @@ extern int leases_enable, dir_notify_enable, lease_break_time; #include #include +/* Used to be a macro which just called the function, now just a function */ extern void update_atime (struct inode *); -#define UPDATE_ATIME(inode) update_atime (inode) extern void inode_init(unsigned long); extern void mnt_init(unsigned long); -- cgit v1.2.3