msgid "component of symlink in inode %llu too long\n"
msgstr "Bestandteil des symbolischen Verweises in Inode %llu zu lang\n"
-#: .././repair/dinode.c:1611
-#, c-format
-msgid "inode %llu has bad inode type (IFMNT)\n"
-msgstr "Inode %llu hat falschen Inode-Typ (IFMNT)\n"
-
#: .././repair/dinode.c:1621
#, c-format
msgid "size of character device inode %llu != 0 (%lld bytes)\n"
"znaleziono niedozwolony znak null w i-węźle dowiązania symbolicznego "
"%<PRIu64>\n"
-#: .././repair/dinode.c:1344
-#, c-format
-msgid "inode %<PRIu64> has bad inode type (IFMNT)\n"
-msgstr "i-węzeł %<PRIu64> ma błędny typ i-węzła (IFMNT)\n"
-
#: .././repair/dinode.c:1355
#, c-format
msgid "size of character device inode %<PRIu64> != 0 (%<PRId64> bytes)\n"
xfs_ino_t lino,
int type)
{
- /*
- * disallow mountpoint inodes until such time as the
- * kernel actually allows them to be created (will
- * probably require a superblock version rev, sigh).
- */
- if (type == XR_INO_MOUNTPOINT) {
- do_warn(
-_("inode %" PRIu64 " has bad inode type (IFMNT)\n"), lino);
- return(1);
- }
-
/*
* must also have a zero size
*/
case XR_INO_CHRDEV: /* fall through to FIFO case ... */
case XR_INO_BLKDEV: /* fall through to FIFO case ... */
case XR_INO_SOCK: /* fall through to FIFO case ... */
- case XR_INO_MOUNTPOINT: /* fall through to FIFO case ... */
case XR_INO_FIFO:
if (process_misc_ino_types(mp, dino, lino, type))
return 1;
#define XR_INO_BLKDEV 8 /* block device */
#define XR_INO_SOCK 9 /* socket */
#define XR_INO_FIFO 10 /* fifo */
-#define XR_INO_MOUNTPOINT 11 /* mountpoint */
#define XR_INO_UQUOTA 12 /* user quota inode */
#define XR_INO_GQUOTA 13 /* group quota inode */
#define XR_INO_PQUOTA 14 /* project quota inode */