|
@@ -157,11 +157,8 @@ static int ext4_ext_get_access(handle_t *handle, struct inode *inode,
|
|
|
* - ENOMEM
|
|
|
* - EIO
|
|
|
*/
|
|
|
-#define ext4_ext_dirty(handle, inode, path) \
|
|
|
- __ext4_ext_dirty(__func__, __LINE__, (handle), (inode), (path))
|
|
|
-static int __ext4_ext_dirty(const char *where, unsigned int line,
|
|
|
- handle_t *handle, struct inode *inode,
|
|
|
- struct ext4_ext_path *path)
|
|
|
+int __ext4_ext_dirty(const char *where, unsigned int line, handle_t *handle,
|
|
|
+ struct inode *inode, struct ext4_ext_path *path)
|
|
|
{
|
|
|
int err;
|
|
|
if (path->p_bh) {
|