[XFS] Remove a null CELL macro and its one caller, not useful to anyone.
authorNathan Scott <nathans@sgi.com>
Wed, 2 Nov 2005 00:43:42 +0000 (11:43 +1100)
committerNathan Scott <nathans@sgi.com>
Wed, 2 Nov 2005 00:43:42 +0000 (11:43 +1100)
SGI-PV: 942986
SGI-Modid: xfs-linux:xfs-kern:23860a

Signed-off-by: Nathan Scott <nathans@sgi.com>
fs/xfs/linux-2.6/xfs_linux.h
fs/xfs/xfs_rename.c

index 960a626dd1e312826b189e5d7e0316c2984510d2..29a9f1536fba5402b3e6008e6a495917c37ac1f6 100644 (file)
@@ -197,10 +197,6 @@ static inline void set_buffer_unwritten_io(struct buffer_head *bh)
 /* bytes to clicks */
 #define btoc(x)         (((__psunsigned_t)(x)+(NBPC-1))>>BPCSHIFT)
 
-#ifndef CELL_CAPABLE
-#define FSC_NOTIFY_NAME_CHANGED(vp)
-#endif
-
 #ifndef ENOATTR
 #define ENOATTR                ENODATA         /* Attribute not found */
 #endif
index 23b48ac1cb7e5fb9ff73e1f041f8cbf37d9ef38b..1c3599df0cc131877dc6361574b247316f39893c 100644 (file)
@@ -620,8 +620,6 @@ xfs_rename(
                IRELE(target_ip);
        }
 
-       FSC_NOTIFY_NAME_CHANGED(XFS_ITOV(src_ip));
-
        IRELE(src_ip);
 
        /* Fall through to std_return with error = 0 or errno from
This page took 0.02508 seconds and 5 git commands to generate.