]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/ufs/balloc.c
cpumask: introduce new API, without changing anything, v3
[linux-2.6-omap-h63xx.git] / fs / ufs / balloc.c
index 1e7598fb97879d3a686939ec24a60234a7518bbf..0d9ada173739c2c0ef701ff361afda1843cfd543 100644 (file)
@@ -277,7 +277,7 @@ static void ufs_change_blocknr(struct inode *inode, sector_t beg,
                        if (!page)/* it was truncated */
                                continue;
                        if (IS_ERR(page)) {/* or EIO */
-                               ufs_error(inode->i_sb, __FUNCTION__,
+                               ufs_error(inode->i_sb, __func__,
                                          "read of page %llu failed\n",
                                          (unsigned long long)index);
                                continue;
@@ -308,7 +308,7 @@ static void ufs_change_blocknr(struct inode *inode, sector_t beg,
                                ll_rw_block(READ, 1, &bh);
                                wait_on_buffer(bh);
                                if (!buffer_uptodate(bh)) {
-                                       ufs_error(inode->i_sb, __FUNCTION__,
+                                       ufs_error(inode->i_sb, __func__,
                                                  "read of block failed\n");
                                        break;
                                }