diff options
| author | Andrew Morton <akpm@digeo.com> | 2003-05-07 08:16:05 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2003-05-07 08:16:05 -0700 |
| commit | df37f627e79e55a1273ed526e1a570590ba73e40 (patch) | |
| tree | 47162d88bfa5bdb84ea703372f199ed3be0049d4 /include/linux | |
| parent | b7bd1dee9cecddb692740a236f14d6769172acbf (diff) | |
[PATCH] s/UPDATE_ATIME/update_atime/ cleanup
From: Stewart Smith <stewartsmith@mac.com>
Remove the UPDATE_ATIME() macro, use update_atime() directly.
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <asm/semaphore.h> #include <asm/byteorder.h> +/* 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); |
